Skip to content

Commit

Permalink
Some work on new transformers.
Browse files Browse the repository at this point in the history
  • Loading branch information
daylerees committed Feb 12, 2014
1 parent a922ce0 commit a8f6820
Show file tree
Hide file tree
Showing 1,042 changed files with 3,583 additions and 160,994 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
</exec>
</target>

<!-- Generate themes. -->
<target name="generate-new" depends="clean">
<exec dir="${basedir}/build/core" executable="php" failonerror="true">
<arg line="run.php raincolour --ansi"></arg>
</exec>
</target>

<!-- Generate screenshots. -->
<target name="screenshots">
<exec dir="${basedir}/build" executable="php" failonerror="true">
Expand Down
2 changes: 1 addition & 1 deletion build/core/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"themes": "resources/themes",
"patterns": "resources/patterns",
"output": "resources/output"
"output": "../.."
}
Loading

0 comments on commit a8f6820

Please sign in to comment.