Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkytal/autocoffee
Automatic coffeescript compile extension for brackets
https://github.com/lkytal/autocoffee
brackets-extension
Last synced: about 2 months ago
JSON representation
Automatic coffeescript compile extension for brackets
- Host: GitHub
- URL: https://github.com/lkytal/autocoffee
- Owner: lkytal
- License: gpl-2.0
- Created: 2014-09-24T14:20:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T14:53:32.000Z (over 10 years ago)
- Last Synced: 2024-04-24T03:23:57.328Z (8 months ago)
- Topics: brackets-extension
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoffeeScript AutoCompile
AutoCoffee is an extension for the code editor Brackets that adds automatic compilation of coffee files upon saving.
Fork from https://github.com/jdiehl/brackets-less-autocompile
### Installation
AutoCoffee is installed from the Brackets Extension Manager. Please restart Brackets after installing the extension.
### Compile Options
AutoCoffee options can be set in the first line of the edited file:
#noCompile
The following compile options are available:
* Add '#noCompile' at top of the file to skip compile
Other options will be add later
### License
The GPL License