From 3611b4c4e0492415408edbc44a2915eb7a3f71ef Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Sun, 31 Jul 2011 09:12:28 -0400 Subject: [PATCH 1/2] issue 615 "files.bypass does not work." It was a case of unraveling where/when the scripts were getting copied over and changing the way, slightly, that the excluded file list was fed to the script. --- build/build.xml | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/build/build.xml b/build/build.xml index 53b455fec8..980a77051c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -480,18 +480,16 @@ - - - - - - + + @@ -523,15 +521,14 @@ - + - + - - - + + @@ -548,7 +545,7 @@ - + @@ -556,12 +553,12 @@ - - - - - + + + + From f2f59b04ecb6950a6834ac320c3e74e3da5900da Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Sun, 31 Jul 2011 19:44:10 -0400 Subject: [PATCH 2/2] added a quick example to the file.bypass.js explanation --- build/config/project.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/config/project.properties b/build/config/project.properties index 2d3846c42c..070b98e740 100644 --- a/build/config/project.properties +++ b/build/config/project.properties @@ -40,8 +40,11 @@ file.exclude = # comma separated list # These files will not be concatinated or minimized and will simply be copied over as is. # Note: you cannot declare an empty file.bypass property, it would exclude the entire mylibs folder +# Example: +# file.js.bypass = widgets.js, gadgets.js, gidgets.js # file.js.bypass + # Specify an environment to build # # By Default, it builds a production environment