deepak1556 / gulp-browserify

Bundle modules with BrowserifyJS
MIT License
195 stars 45 forks source link

Output file extension problem #61

Closed unc0 closed 10 years ago

unc0 commented 10 years ago

I tried the coffeeify example in readme, the file generated by gulp-browserify is a javscript file but the filename is app.coffee, shouldn't it be app.js ?

packages version:

coffeeify@0.6.0
gulp-browserify@0.4.6
gulp@3.5.2
adam-lynch commented 10 years ago

I just piped the result through gulp-rename.

shuhei commented 10 years ago

Thanks for reporting! Updated the README.