coffeescript-concat
coffeescript-concat copied to clipboard
A utility that preprocesses and concatenates CoffeeScript source files
For a node project, I would like to have my index.coffee file using to do like such: ``` #= require #= require (($) -> #= require #= require ) jQuery...
Added a bit of functionality by making the directory of the file being concatenated the default one, as well as making it more readable at least in appearance, using right...
I preferred to create a new pull request to keep it clean, hope it works with you!