mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
5 lines
108 B
Makefile
5 lines
108 B
Makefile
compile:
|
|
./node_modules/coffee-script/bin/coffee -bw -o ./lib -c ./src
|
|
|
|
test-casper:
|
|
casperjs test ./test
|