Skip to content

Instantly share code, notes, and snippets.

@morozgrafix
Created March 18, 2014 18:56
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save morozgrafix/9626928 to your computer and use it in GitHub Desktop.
CasperJS Build System for Sublime Text 2
{
"cmd": ["casperjs", "--no-colors", "test", "$file"],
"selector": "source.js"
}
{
"cmd": ["casperjs", "--no-colors", "$file"],
"selector": "source.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment