Update to npm install command

fixes #1053

- npm install doesn't need a path to grunt, and fails on Windows if it has one
- submodule update is handled by grunt (albeit badly... but let's fix that!)
This commit is contained in:
Hannah Wolfe 2014-02-11 17:24:19 +00:00
parent 2329edd18c
commit b05dd64cae

View File

@ -26,7 +26,7 @@
"scripts": {
"start": "node index",
"test": "./node_modules/.bin/grunt validate --verbose",
"install": "git submodule update --init && bundle install && ./node_modules/.bin/grunt init"
"install": "bundle install && grunt init"
},
"engines": {
"node": "~0.10.0"