Skip to content

Instantly share code, notes, and snippets.

@Jalalhejazi
Created April 3, 2013 11:58
Show Gist options
  • Save Jalalhejazi/5300592 to your computer and use it in GitHub Desktop.
Save Jalalhejazi/5300592 to your computer and use it in GitHub Desktop.
Sublime Text: JavaScript Build-system using Nodejs
{
"cmd": ["node", "$file", "$file_base_name"],
"working_dir": "${project_path:${folder}}",
"selector": "*.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment