Skip to content

Instantly share code, notes, and snippets.

@douglasback
Last active December 14, 2015 15:29
Show Gist options
  • Save douglasback/5108611 to your computer and use it in GitHub Desktop.
Save douglasback/5108611 to your computer and use it in GitHub Desktop.
Proposed Grunting syntax for MSM Support
grunt common:site_name
clean
jshint:site_name
concat:site_name
uglify:site_name
grunt dev:site_name
grunt common:site_name
grunt sass:site_name:dev
grunt watch:sass
grunt sass:site_name:dev
grunt build:site_name
grunt common:site_name
grunt sass:site_name // (non-dev)
grunt copy:site_name
grunt mountee:site_name
grunt release:site_name
@alias for grunt build:site_name // deprecate this?
grunt deploy:site_name
grunt common:site_name
grunt sass:site_name
grunt copy:site_name
grunt mountee:site_name:deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment