Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
daylerees committed Feb 12, 2014
1 parent 48a64fc commit a33a2fb
Show file tree
Hide file tree
Showing 226 changed files with 538 additions and 12,518 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- Generate themes. -->
<target name="generate" depends="clean">
<exec dir="${basedir}/build/core" executable="php" failonerror="true">
<exec dir="${basedir}/build" executable="php" failonerror="true">
<arg line="run.php raincolour --ansi"></arg>
</exec>
</target>
Expand Down
13 changes: 13 additions & 0 deletions build/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{

"require": {
"illuminate/console": "v4.1.21",
"twig/twig": "v1.15.0"
},

"require-dev": {
"phpunit/phpunit": "3.7.*"
},

"autoload": {
"psr-0": {
"Raincolour": "src"
}
}

}
Loading

0 comments on commit a33a2fb

Please sign in to comment.