Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Introduce component.cssfiles.base. [fix #19]
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Jul 6, 2010
1 parent b39dca7 commit abb7f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion componentbuild/shared/cssmodule.xml
Expand Up @@ -8,7 +8,7 @@
<target name="build" depends="buildcore" /> <target name="build" depends="buildcore" />


<target name="buildcore"> <target name="buildcore">
<concatsource destfile="${component.builddir}/${component.basefilename}.css" sourcedir="${component.basedir}/css" sourcefiles="${component.cssfiles}" /> <concatsource destfile="${component.builddir}/${component.basefilename}.css" sourcedir="${component.cssfiles.base}" sourcefiles="${component.cssfiles}" />
</target> </target>


<target name="minify"> <target name="minify">
Expand Down
1 change: 1 addition & 0 deletions componentbuild/shared/properties.xml
Expand Up @@ -57,6 +57,7 @@
<property name="component.module" value="${component}" /> <property name="component.module" value="${component}" />
<property name="component.basedir" location="${buildfile.dir}" /> <property name="component.basedir" location="${buildfile.dir}" />
<property name="component.jsfiles.base" location="${component.basedir}/js" /> <property name="component.jsfiles.base" location="${component.basedir}/js" />
<property name="component.cssfiles.base" location="${component.basedir}/css" />


<property name="component.lang.base" location="${component.basedir}/lang" /> <property name="component.lang.base" location="${component.basedir}/lang" />


Expand Down

0 comments on commit abb7f98

Please sign in to comment.