Skip to content

Commit

Permalink
Call coffee compiler directly form node_modules in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Mar 28, 2015
1 parent eb352dd commit 71b6748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
build:
cp -R lib src
coffee -c lib
./node_modules/coffee-script/bin/coffee -c lib
find lib -iname "*.coffee" -exec rm '{}' ';'

unbuild:
Expand Down

0 comments on commit 71b6748

Please sign in to comment.