- Notifications
You must be signed in to change notification settings - Fork1
LightTable plugin for CoffeeScript
License
davecoates/lt-coffeescript
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A CoffeeScript plugin for Light Table.
Currently with default connections this won't work well. Unless you pass --bareCoffeeScript wraps everything in a function - which means when LT eval's someJavascript it doesn't update existing code it just re-runs the whole thing.It's certainly possible to do the live code update but I'm not sure how LT issupposed to handle it. Either it's not doing it properly for me or it's notcurrently supported.
This plugin will pass --bare for evaluating individual forms - evaluating thewhole file will result in a closure.
https://github.com/davecoates/lt-chrometools provides LiveEdit functionalitythat works with this plugin. It uses the remote debugging protocol to liveupdate scripts in Chrome which gets around the above issues.
Install from Plugin Manager or clone this repository into your plugins directory.
About
LightTable plugin for CoffeeScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.