Skip to content

Instantly share code, notes, and snippets.

@gvn
Created December 26, 2012 20:16
Show Gist options
  • Save gvn/4382839 to your computer and use it in GitHub Desktop.
Save gvn/4382839 to your computer and use it in GitHub Desktop.
Sublime Text 2 : Grunt Build System
{
"cmd": ["grunt", "--no-color"],
"selector": ["source.js", "source.less", "source.json"]
}
@gvn
Copy link
Author

gvn commented Dec 27, 2012

Tools -> Build System -> New Build System

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment