Skip to content

Commit e1d4dac

Browse files
committed
Added the grunt dependencies to fix the build - will remove them soon and focus on gulp - this is a nightmare to maintain
1 parent c44f429 commit e1d4dac

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,22 @@
1818
"start": "node server",
1919
"mocha": "node node_modules/.bin/mocha packages/**/server/tests/**/*.js -R spec -r tools/test/mocha-req.js",
2020
"karma": "node node_modules/karma/bin/karma start",
21-
"test": "npm run mocha && npm run karma",
21+
"test": "grunt test",
2222
"postinstall": "node node_modules/meanio/node_modules/mean-cli/bin/mean-postinstall"
2323
},
2424
"dependencies": {
25+
"grunt-cli": "^0.1.13",
26+
"grunt-hook": "~0.3.0",
27+
"grunt-concurrent": "^1.0.0",
28+
"grunt-contrib-clean": "^0.6.0",
29+
"grunt-contrib-csslint": "^0.3.1",
30+
"grunt-contrib-cssmin": "^0.10.0",
31+
"grunt-contrib-jshint": "^0.10.0",
32+
"grunt-contrib-uglify": "^0.5.1",
33+
"grunt-contrib-watch": "^0.6.1",
34+
"grunt-env": "^0.4.1",
35+
"grunt-nodemon": "^0.3.0",
36+
"time-grunt": "^1.0.0",
2537
"assetmanager": "1.1.2",
2638
"async": "0.9.0",
2739
"body-parser": "1.10.0",
@@ -34,6 +46,7 @@
3446
"forever": "0.11.1",
3547
"gridfs-stream": "0.5.3",
3648
"lodash": "2.4.1",
49+
"load-grunt-tasks": "^0.6.0",
3750
"meanio": "linnovate/meanio",
3851
"mongoose": "3.8.21",
3952
"morgan": "1.5.0",
@@ -47,7 +60,6 @@
4760
"passport-twitter": "1.0.2",
4861
"serve-favicon": "2.2.0",
4962
"swig": "1.4.2",
50-
"time-grunt": "1.0.0",
5163
"view-helpers": "0.1.5"
5264
},
5365
"devDependencies": {

0 commit comments

Comments
 (0)