Skip to content

Instantly share code, notes, and snippets.

@JeroenVdb
Last active December 20, 2015 03:18
Show Gist options
  • Select an option

  • Save JeroenVdb/6062138 to your computer and use it in GitHub Desktop.

Select an option

Save JeroenVdb/6062138 to your computer and use it in GitHub Desktop.
{
"selector": "source.handlebars",
"cmd": ["handlebars", "$file", "-f", "$file_path/$file_base_name.js"],
"windows": {
"cmd": ["handlebars.cmd", "$file", "-f", "$file_path/$file_base_name.js"]
}
}
@JeroenVdb
Copy link
Copy Markdown
Author

Add this to your /Packages/User/ folder
Save it as: Handlebars.sublime-build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment