grunt server tasks added

This commit is contained in:
Лаврёнов Антон
2014-02-27 18:45:28 +08:00
parent aeecd2d200
commit ac2cb3c7ea
4 changed files with 28 additions and 4 deletions

View File

@@ -18,7 +18,8 @@
"grunt-contrib-copy": "~0.5.0",
"grunt-shell": "^0.6.4",
"jsdoc": "^3.3.0-alpha4",
"grunt-mocha-phantomjs": "^0.4.2"
"grunt-mocha-phantomjs": "^0.4.2",
"grunt-contrib-watch": "^0.5.3"
},
"readmeFilename": "README.md",
"main": "Gruntfile.js",