Skip to content

Commit

Permalink
Quick updates to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaneda committed Dec 20, 2011
1 parent 714499d commit e801155
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
</target>

<target name="minify-js" depends="copy-files">
<echo message="Minifying JS with Closure Compiler. Grab a cup of tea, this may take a minute..."/>
<echo message="Minifying JS with Closure Compiler."/>
<echo message="Grab a cup of tea, this may take a minute..."/>

<apply executable="java" parallel="false">
<fileset dir="${dir.publish}/" >
Expand All @@ -125,7 +126,7 @@
</target>

<target name="minify-css" depends="copy-files">
<echo message="Recompiling Sass stylesheets with production seetings..."/>
<echo message="Recompiling Sass stylesheets with production settings..."/>
<exec executable="compass">
<arg line="compile -l ./${dir.publish}/${dir.themes}/compass-recipes/ --sass-dir ./${dir.publish}/${dir.themes}/scss --css-dir ./${dir.publish}/${dir.themes}/css --output-style compressed --environment production -q" />
</exec>
Expand Down

0 comments on commit e801155

Please sign in to comment.