Skip to content

Instantly share code, notes, and snippets.

@davemac
Last active December 4, 2015 09:34
Show Gist options
  • Save davemac/4b7ba6d59e1a3c2e6660 to your computer and use it in GitHub Desktop.
Save davemac/4b7ba6d59e1a3c2e6660 to your computer and use it in GitHub Desktop.
Useful grunt build tasks
{
"name": "foundation-libsass-template",
"version": "0.0.1",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-bower-concat": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-favicons": "^0.7.0",
"grunt-pagespeed": "^2.0.0",
"grunt-rsync": "^0.6.2",
"grunt-sass": "^1.0.0",
"matchdep": "^1.0.0",
"node-sass": "^3.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment