Fixed build: grunt out of memory
... | ... | @@ -6,6 +6,9 @@ |
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"memGrunt": "node --max-old-space-size=2000 node_modules/.bin/grunt" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~1.0.1", | ||
"grunt-autoprefixer": "^3.0.4", | ||
... | ... |
Please register or sign in to comment