You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are often problems with coffeescript binary. Either because they do not want to use compilation and it's trying to find it with compileOnSave or because the user has not specified the binary location.
First we should make it so that the plugin works with or without the coffeescript being installed.
Features should check for coffee exe and be disabled if it cannot be found
Plugin should notify user if the binary cannot be found. And provide instructions
The text was updated successfully, but these errors were encountered:
Yes, I just want it for highlighting. Please split the repo if you can't fix the above issues.
BTW, where should the .EXE supposed to be on Windows7 please?
There are often problems with coffeescript binary. Either because they do not want to use compilation and it's trying to find it with compileOnSave or because the user has not specified the binary location.
The text was updated successfully, but these errors were encountered: