Commit 6fa988bd authored by Leo Iannacone's avatar Leo Iannacone

install and use local coffee

parent a1ee36bd
......@@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"coffee-script": "*",
"express": "4.x",
"serve-index": "*",
"serve-static": "*",
......@@ -15,7 +16,7 @@
},
"scripts": {
"install": "bash scripts/install.sh",
"start": "coffee debomatic-webui",
"start": "./node_modules/coffee-script/bin/coffee debomatic-webui",
"test": "cd test; mocha -b -R spec --compilers coffee:coffee-script/register --require should tests.coffee"
},
"bin": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment