Created
          May 24, 2012 16:22 
        
      - 
      
- 
        Save melvynhills/2782527 to your computer and use it in GitHub Desktop. 
    Build CoffeeScript in Sublime Text 2
  
        
  
    
      This file contains hidden or 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
    
  
  
    
              Show hidden characters
| // Add this file in ~/Library/Application Support/Sublime Text 2/Packages/User/ | |
| { | |
| "cmd": ["coffee", "-cp", "--bare", "$file"], | |
| "selector": "source.coffee", | |
| "path": "/usr/bin" | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment