gimm / gulp-express

gulp plugin for express
56 stars 26 forks source link

Serving CoffeeScript files? #22

Closed jlouie closed 9 years ago

jlouie commented 9 years ago

Has there been any consideration in supporting coffeescript files as well?

gimm commented 9 years ago

by supporting coffeescript, I suppose you mean a app.coffee instead of app.js I think it's not quite necessary to bring this coffee processor in as we can have this ability with other gulp coffee plugins easily.

gimm commented 9 years ago

I suppose this issue was addressed.