##// END OF EJS Templates
package.json: add npm scripts
ergo -
Show More
@@ -24,5 +24,10 b''
24 },
24 },
25 "dependencies": {
25 "dependencies": {
26 "grunt-cli": "^1.3.2"
26 "grunt-cli": "^1.3.2"
27 },
28 "scripts": {
29 "bower": "bower install",
30 "build": "grunt",
31 "watch": "grunt watch"
27 }
32 }
28 }
33 }
General Comments 0
You need to be logged in to leave comments. Login now