Skip to content

Commit

Permalink
fixing build script AGAIN. Wondering why it worked the first time aro…
Browse files Browse the repository at this point in the history
…und? :/
  • Loading branch information
Divya Manian committed Jan 30, 2012
1 parent a5e31d6 commit 3cebea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,13 +582,12 @@
<!-- at this point all js files are minified with their original names -->

<copy todir="${dir.publish}/${dir.js}">
<fileset dir="${dir.intermediate}/${dir.js}" includes="${file.js.bypass}, ${dir.js.libs}/*">
<fileset dir="${dir.intermediate}/${dir.js}" includes="${file.js.bypass}, ${slug.libs}/*">
<exclude name="scripts-concat.js"/>
<exclude name="scripts-concat.min.js"/>
<exclude name="otherscripts-concat.js"/>
<exclude name="plugins.js"/>
<exclude name="${file.root.script}"/>
<include name="${slug.lib}/*"/>
</fileset>
</copy>
</target>
Expand Down

0 comments on commit 3cebea1

Please sign in to comment.