Skip to content

Commit

Permalink
Clean CSS after default build
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 5, 2012
1 parent c351b67 commit 55ed1ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/base/build.xml
Expand Up @@ -5,6 +5,6 @@
<property file="build.properties"/>
<import file="${build.dir}/../build-tasks.xml"/>

<target name="default" depends="clean,build" description="Performs a clean and build when calling ant without any target"></target>
<target name="default" depends="clean,build,clean-css" description="Performs a clean and build when calling ant without any target"></target>

</project>
2 changes: 1 addition & 1 deletion src/grids/build.xml
Expand Up @@ -5,7 +5,7 @@
<property file="build.properties"/>
<import file="${build.dir}/../build-tasks.xml"/>

<target name="default" depends="clean,build" description="Performs a clean and build when calling ant without any target"></target>
<target name="default" depends="clean,build,clean-css" description="Performs a clean and build when calling ant without any target"></target>

<target name="compress-all" extensionOf="compress" depends="-minify"/>

Expand Down
2 changes: 1 addition & 1 deletion src/js/build.xml
Expand Up @@ -5,7 +5,7 @@
<property file="build.properties"/>
<import file="${build.dir}/../build-tasks.xml"/>

<target name="default" depends="clean,build" description="Performs a clean and build when calling ant without any target"></target>
<target name="default" depends="clean,build,clean-css" description="Performs a clean and build when calling ant without any target"></target>

<target name="encode-css" extensionOf="encode-images" depends="-base64-encode"/>

Expand Down
2 changes: 1 addition & 1 deletion src/theme-clf2-nsi2/build.xml
Expand Up @@ -5,7 +5,7 @@
<property file="build.properties"/>
<import file="${build.dir}/../build-tasks.xml"/>

<target name="default" depends="clean,build" description="Performs a clean and build when calling ant without any target"></target>
<target name="default" depends="clean,build,clean-css" description="Performs a clean and build when calling ant without any target"></target>

<target name="encode-css" extensionOf="encode-images" depends="-base64-encode"/>

Expand Down
2 changes: 1 addition & 1 deletion src/theme-gcwu-fegc/build.xml
Expand Up @@ -5,7 +5,7 @@
<property file="build.properties"/>
<import file="${build.dir}/../build-tasks.xml"/>

<target name="default" depends="clean,build" description="Performs a clean and build when calling ant without any target"></target>
<target name="default" depends="clean,build,clean-css" description="Performs a clean and build when calling ant without any target"></target>

<target name="encode-css" extensionOf="encode-images" depends="-base64-encode,-base64-encode-jquery"/>

Expand Down
2 changes: 1 addition & 1 deletion src/theme-gcwu-intranet/build.xml
Expand Up @@ -5,7 +5,7 @@
<property file="build.properties"/>
<import file="${build.dir}/../build-tasks.xml"/>

<target name="default" depends="clean,build" description="Performs a clean and build when calling ant without any target"></target>
<target name="default" depends="clean,build,clean-css" description="Performs a clean and build when calling ant without any target"></target>

<target name="encode-css" extensionOf="encode-images" depends="-base64-encode,-base64-encode-jquery"/>

Expand Down

0 comments on commit 55ed1ca

Please sign in to comment.