Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created August 27, 2012 01:12
Show Gist options
  • Save claudiosanches/3484839 to your computer and use it in GitHub Desktop.
Save claudiosanches/3484839 to your computer and use it in GitHub Desktop.
Sublime Text 2: Grunt Build
{
"cmd": ["grunt", "default", "--no-color"],
"working_dir": "${project_path:${folder}}/src"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment