sublime-better-coffeescript
sublime-better-coffeescript copied to clipboard
Rename file when building
Anyone know if it is possible to get this script to rename the file when building a file?
For instance, rather than having test.coffee build to test.js, I'd like it to be test.coffee.js instead. This helps me identity which files are from a CS file and which are just regular JS.