Skip to content

Instantly share code, notes, and snippets.

@gwa
Created February 28, 2014 09:23
Show Gist options
  • Save gwa/9267964 to your computer and use it in GitHub Desktop.
Save gwa/9267964 to your computer and use it in GitHub Desktop.
SublimeText run project grunt file as build.
"build_systems": [
{
"name": "grunt: default",
"cmd": ["grunt", "--no-color"],
"path": "/usr/local/bin",
"variants": [
{
"name": "grunt: cssmin",
"cmd": ["grunt", "--no-color", "cssmin"],
"path": "/usr/local/bin"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment