Skip to content

Commit

Permalink
Fixed build bug caused by the moving of the head files
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Oct 2, 2012
1 parent c37cdd4 commit b751142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme-base/build.xml
Expand Up @@ -16,7 +16,7 @@
<copy todir="${build.dir}/js/premin">
<fileset dir="${src.dir}/js"/>
<filterchain>
<concatfilter prepend="${src.dir}/../build-js-head.txt"/>
<concatfilter prepend="${build.dir}/../build-js-head.txt"/>
<replacetokens>
<token key="wet-boew-build.version" value="${wet-boew-build.version}"/>
<token key="wet-boew-build.starttime" value="${wet-boew-build.starttime}"/>
Expand Down Expand Up @@ -131,7 +131,7 @@
<file name="theme-ns.css"/>
</filelist>
<filterchain>
<concatfilter prepend="${src.dir}/../build-css-head.txt"/>
<concatfilter prepend="${build.dir}/../build-css-head.txt"/>
<replacetokens>
<token key="wet-boew-build.version" value="${wet-boew-build.version}"/>
<token key="wet-boew-build.starttime" value="${wet-boew-build.starttime}"/>
Expand Down

0 comments on commit b751142

Please sign in to comment.