automatic compilation of Coffeescript files
Is there a way or a plan to have RM automatically compile *.coffee files to their *.js counterparts so that they always keep in sync?
Currently I use guard-coffeescript in a separate console, but that's typically the kind of feature you expect an IDE to provide.
Note: I user RM 4.*
Please sign in to leave a comment.
Hello Alain,
currently we're working hard on finalizing RubyMine 4 and this feature is not planned for this release, because it requires quite a lot of work and polishing. However, we're planning to implement this feature in the next one
Glad to hear you're working on it.
Don't forget to make the generated files Read-Only.
Alain