Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkalinux committed Nov 21, 2011
1 parent 4cf867c commit f09bc74
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .dev/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- SOURCE DIRS -->
<property name="src-root" value="${basedir}/../../" />

<target name="init" depends="webtasks.init, pun_bbcode, pun_poll, pun_pm, pun_attachment">
<target name="init" depends="webtasks.init, pun_bbcode, pun_poll, pun_pm, pun_attachment, pun_tags">
<echo>Build done.</echo>
</target>

Expand Down Expand Up @@ -71,4 +71,13 @@
</filelist>
</compress-css-lib>
</target>

<!-- PUN TAGS -->
<target name="pun_tags">
<compress-css-lib tofile="${src-root}/pun_tags/style/Oxygen/pun_tags.min.css" force="true">
<filelist dir="${src-root}/pun_tags/style/Oxygen/">
<file name="pun_tags.css" />
</filelist>
</compress-css-lib>
</target>
</project>

0 comments on commit f09bc74

Please sign in to comment.