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

install and use local coffee

parent a1ee36bd
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"coffee-script": "*",
"express": "4.x", "express": "4.x",
"serve-index": "*", "serve-index": "*",
"serve-static": "*", "serve-static": "*",
...@@ -15,7 +16,7 @@ ...@@ -15,7 +16,7 @@
}, },
"scripts": { "scripts": {
"install": "bash scripts/install.sh", "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" "test": "cd test; mocha -b -R spec --compilers coffee:coffee-script/register --require should tests.coffee"
}, },
"bin": { "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