ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Coffee​Compile

by surjikal ALL

JS as compiler target back when it was not cool!

Details

  • 2018.12.16.16.48.24
  • github.​com
  • github.​com
  • 6 years ago
  • 33 minutes ago
  • 12 years ago

Installs

  • Total 44K
  • Win 14K
  • Mac 20K
  • Linux 10K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 2/3 - Coffee Compile

This package allows you to compile some or all of your CoffeeScript right from the editor. The JavaScript output will even have syntax highlighting!

To install CoffeeCompile, simply use Package Control.

You'll need to setup some paths in the settings file before you can use the plugin. Instructions are included in the settings file, don't worry! The settings file can be accessed through this menu: Sublime Text > Preferences > Package Settings > CoffeeCompile > Settings - User

To use the plugin, highlight your CoffeeScript and hit Ctrl+Shift+C (or Cmd+Shift+C on OSX).
Alternatively, right click and select the Coffee Compile command. To compile the whole file, don't highlight any text.

Color Scheme: Made of Code

Common Issues

OSError: [Errno 2] No such file or directory

This is happening because the plugin can't find coffee (or coffee.cmd on Windows). To fix this, go in the settings file and set the coffee_path to the executable's directory.

If you don't know where coffee is, run the following in your terminal: dirname `which coffee`

env: node: No such file or directory

This is happening because coffee can't find your node executable. To fix this, go in the settings file and set the node_path setting to the executable's directory.

If you don't know where node is, run the following in your terminal: dirname `which node`

Install

Package Control

Install the CoffeeCompile package from Package Control.

Manual

Clone this repository from your Sublime packages directory:

Linux

$ cd ~/.config/sublime-text-2/Packages
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"

Macosx

$ cd "~/Library/Application Support/Sublime Text 2/Packages"
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"

Windows (manual install untested)

$ cd "%APPDATA%\Sublime Text 2"
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"