Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save aaronpowell/14eadedddbd1b8f91c6c to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/14eadedddbd1b8f91c6c to your computer and use it in GitHub Desktop.
Sweet.js sublime text build system
{
"cmd": ["sjs", "$file", "-o", "$file_base_name.js"],
/*"file_regex": "", TODO: Work this out*/
"selector": "source.sjs"
}
//ref: http://docs.sublimetext.info/en/latest/file_processing/build_systems.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment