eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
493 stars 51 forks source link

allow coffeescript files along with javascript #69

Closed mkoryak closed 9 years ago

mkoryak commented 9 years ago

Sorry if this is not ideal, but this PR contains PR #68 because I was lazy :P

Its useful to also allow coffeescript to be required.

mkoryak commented 9 years ago

Bah, this is a really messy way to do this. ill open a new one. Also, your code chunks[node.range[1] + (i + 1)] = st did not work for me, i had to revert to the code in the last release there.

lattwood commented 8 years ago

@mkoryak any updates?

mkoryak commented 8 years ago

no, i have abandoned debowerify for a better solution. if you want to support coffee files the only change that is requires is /\.(js|coffee)$/.test(file); bit

lattwood commented 8 years ago

Well, I was hoping for 8b1d523 tbh.

What ended up being your better solution?