Skip to content

Commit f5542c4

Browse files
author
Divya Manian
committed
Updating intermediate folder to not minify the bypassed files. Fixes. twbs#694
1 parent e368a56 commit f5542c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,7 @@
527527
<fileset dir="${dir.source}/" includes="${dir.js}/**/*.min.js" />
528528
</copy>
529529
<apply executable="java" parallel="false">
530-
<fileset dir="${dir.source}/" >
531-
<include name="${dir.js}/**/*.js"/>
532-
<exclude name="${dir.js}/**/*.min.js"/>
530+
<fileset dir="${dir.source}/" excludes="${dir.js.mylibs}/${file.js.bypass}, ${dir.js}/**/*.min.js" includes="${dir.js}/**/*.js">
533531
</fileset>
534532
<arg line="-jar"/>
535533
<arg path="./${dir.build.tools}/closure-compiler-v1346.jar"/>

0 commit comments

Comments
 (0)