Runs platform agnostic postinstall. Closes #1078

Global node binary is used to execute bower.
Global grunt binary (from grunt-cli) is used to run `dev` task.
This commit is contained in:
QWp6t
2014-08-04 10:58:04 -07:00
parent 956d204e88
commit 97f5f34b03

View File

@@ -17,7 +17,7 @@
} }
], ],
"scripts": { "scripts": {
"postinstall": "node_modules/.bin/bower install" "postinstall": "node node_modules/bower/bin/bower install && grunt dev"
}, },
"engines": { "engines": {
"node": ">= 0.10.0" "node": ">= 0.10.0"