Skip to content

Instantly share code, notes, and snippets.

@sh4n3d4v15
Created November 6, 2012 13:22
Show Gist options
  • Save sh4n3d4v15/4024720 to your computer and use it in GitHub Desktop.
Save sh4n3d4v15/4024720 to your computer and use it in GitHub Desktop.
TESTEM
{
"src_files":[
"tests/*coffee",
"scripts/*.coffee"
],
"serve_files": [
"scripts/*.js",
"tests/*.js"
],
"before_tests" : "coffee -c ."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment