Skip to content

Instantly share code, notes, and snippets.

@jasonwilliams
Created May 22, 2015 13:57
Show Gist options
  • Save jasonwilliams/e0076f8a832f070d55e8 to your computer and use it in GitHub Desktop.
Save jasonwilliams/e0076f8a832f070d55e8 to your computer and use it in GitHub Desktop.
Add Node and Babel to Sublime (Ctrl + b)
{
"cmd": ["/usr/local/bin/node", "$file"],
"selector": "source.js",
"variants": [
{ "name": "Babel (ECMA 6)",
"cmd": ["/usr/local/bin/babel-node", "$file"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment