You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/10/17 12:46:04 UTC

[netbeans-website] branch master updated: asserts from old part

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e872959e asserts from old part
5e872959e is described below

commit 5e872959ebde034c90672a51003653b5fb3e1a73
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Oct 17 14:45:58 2022 +0200

    asserts from old part
---
 netbeans.apache.org/build.gradle | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/build.gradle b/netbeans.apache.org/build.gradle
index 42e8a910a..fa5905b30 100644
--- a/netbeans.apache.org/build.gradle
+++ b/netbeans.apache.org/build.gradle
@@ -87,7 +87,13 @@ task preprocessContentAssets(type: Copy,
                 "**/*.woff",
                 "**/doap_NetBeans.rdf"
     }
-
+    from(contentDir_old) {
+        include "**/*.jpeg", 
+                "**/*.jpg",
+                "**/*.js", 
+                "**/*.png", 
+                "**/*.svg"
+    }
     from("$contentDir/scss") {
         into('css')
         include "**/*.scss"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists