Created
April 14, 2011 07:14
-
-
Save jugyo/919046 to your computer and use it in GitHub Desktop.
TextMate command to convert CoffeeScript to JavaScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
coffee -scp --bare | sed 's/</\</g' | sed 's/>/\>/g' | |
# original: https://github.com/jashkenas/coffee-script-tmbundle/blob/master/Commands/Compile%20and%20Display%20JS.tmCommand |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment