Gruntfile plugin selection - sinsunsan/archiref_wiki GitHub Wiki
necessary plugins
- grunt / necessary to launch grunt
Package.json
All settings are in the package.json
An exemple is as follow
{
...
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^0.9.3",
"grunt-bump": "0.0.15",
"grunt-changelog": "^0.2.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-recess": "^1.0.0",
"gruntfile-gtx": "^0.3.0",
"http-server": "^0.6.1",
"require-directory": "^2.0.0"
}
}
Let's list plugins that can be useful depending of the config