Skip to content

Instantly share code, notes, and snippets.

@ebi
Created September 26, 2011 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebi/1243535 to your computer and use it in GitHub Desktop.
Save ebi/1243535 to your computer and use it in GitHub Desktop.
Small build system for sublime text 2 to execute Buster.JS
{
"cmd": ["buster-test", "--reporter", "xUnitConsole", "--color", "none"],
"working_dir": "${project_path}",
"selector": "source.js",
"file_regex": "@(.*?):([0-9]*)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment