broccoli-coffee icon indicating copy to clipboard operation
broccoli-coffee copied to clipboard

CoffeeScript preprocessor for Broccoli

Results 5 broccoli-coffee issues
Sort by recently updated
recently updated
newest added

This PR adds a `coffeescript` option that allows a custom coffeescript version to be used. Projects that depend on coffeescript 1.x (such as ours) might benefit from this option.

doesn't seem that mkdirp will merge the fix to the root cause of this (windows returning ENOENT for `mkdir(folderName)` when folder name is invalid) https://github.com/substack/node-mkdirp/pull/74

I was curious if there was a blocker for supporting source maps? I'd like to help out, but just wanted to gauge if there is something that I'm not thinking...

It turns out CoffeeScript support embedded source map. So I just added a switch in options to additionally embed the CoffeeScript source into the output. This should resolve #1

I have a local version running which CoffeeLints files as well. Before I submit a pull request, I have a few questions on what you think would be the best...