execute coffee, do not precompile
This commit is contained in:
parent
84ff3207e4
commit
265f3d37a5
|
@ -1,2 +1 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
app.js
|
|
|
@ -1 +1 @@
|
||||||
coffee -c app.coffee ; node app.js
|
node -e "require('coffee-script');require('./app');"
|
Loading…
Reference in New Issue