coffeescript-concat icon indicating copy to clipboard operation
coffeescript-concat copied to clipboard

A utility that preprocesses and concatenates CoffeeScript source files

Results 3 coffeescript-concat issues
Sort by recently updated
recently updated
newest added

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!