mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
3 lines
No EOL
202 B
Makefile
3 lines
No EOL
202 B
Makefile
compile:
|
|
./node_modules/browserify/bin/cmd.js -t coffeeify ./script/index.js > browser/browser.js
|
|
./node_modules/browserify/bin/cmd.js -t coffeeify --debug ./script/index.js > browser/browser.debug.js
|