Skip to content

Instantly share code, notes, and snippets.

@brigleb
Last active August 29, 2015 14:12
Show Gist options
  • Save brigleb/b7fe57d725fbbd6ae9a3 to your computer and use it in GitHub Desktop.
Save brigleb/b7fe57d725fbbd6ae9a3 to your computer and use it in GitHub Desktop.
Grunt Plugins

Of course you need grunt to start with. And then...

Solid

  • grunt-contrib-watch
  • grunt-contrib-uglify
  • grunt-contrib-imagemin
  • grunt-contrib-sass (or use faster/better grunt-sass?)
  • grunt-contrib/jshint
  • grunt-autoprefixer

Optional or unsure

  • load-grunt-tasks to make including in Gruntfile easier and more DRY
  • grunt-mysql-dump
  • grunt-devtools
  • grunt-pagespeed or grunt-perfbudget
  • grunt-bump if you want Grunt to increment release number of project
  • grunt-newer may tell Grunt to only process changed files?
  • grunt-notify ... Mac-only?
  • grunt-slack-hook can post to Slack chat room
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment