coffeescript - How to build coffee script files without generating js files? -


In the text, I can create coffee script files (Command + B) and generate JS files without flight Will create new files in the same directory when I try to create (command + B) in Sublime Text 2, it generates JS files in the same directory. How to avoid it that it behaves like textmate?

Subtle text 2 allows you to do so Also go to Package Manager and download the coffee compile.

Once you install this package, you will usually right-click on an open .coffee file and select "Coffee Complement". Although there may be a problem using your path variable to find the coffee command in the Mac OSX Mountain Lion and throw an error like this: [Aron 2] There is no such file or directory.

If you get this problem, please do the following: 1. Go to ~ 34 / under Library / Application Support / Sublime Text 2 / Package / Coffee Compile / Coffee / Company / 2. Go 'Quiet' True, add the following line: 'Path': '/ Usr / local / bin'

Restart Sublime Text 2 and try the coffee complex again and it should work.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -