robbenmu / sublime-js-coffee-build-systems

Javascript & Coffeescript build systems (plugin) for sublime text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript & Coffeescript build systems (plugin for sublime text)

javascript

  • ctrl+b: execute code.
  • ctrl+shift+b: compile & output (js2coffee).
  • ctrl+shift+h: execute code in ec6(Harmony) mode.

javascript(babel)

  • ctrl+b: execute code.
  • ctrl+shift+b: compile & output (babel).

coffeescript

  • ctrl+b: execute code.
  • ctrl+shift+b: compile & output (coffee).

html

  • ctrl+b: compile & output (html2jade).

jade

  • ctrl+b: compile & output (jade).

typescript

  • ctrl+b: compile & execute code (typescript).
  • ctrl+shift+b: compile (typescript).

Dependencies

Update npm gloabl packages

  • sudo npm update -g

Warning!

Notice, this plugin runs (js/coffee) scripts via the command line but it is not responsable for terminating them. Avoid running scripts with infinite loops (like server connections) or kill them manually(pkill -f node). infinite loop

About

Javascript & Coffeescript build systems (plugin) for sublime text


Languages

Language:JavaScript 95.1%Language:Shell 4.9%