Blaine Bublitz
Blaine Bublitz
I'm open to this. Can I help resolve the issues? I'd also love to include you on the project and transfer it to "gulp community". Thoughts?
@prma85 sorry for the delay. I'm just realizing that you manually edited the template.js file instead of editing https://github.com/phated/gulp-wrap-amd/blob/master/templates/amd.jst then running `npm run compile` to generate the `template.js` file. Could...
@prma85 Sorry if there was a misunderstanding but you need to check in the `.jst` file. I don't see the updates to that file in your PR.
Why are we regenerating the file at all then?
I don't know how I would generate the sourcemap to give to gulp-sourcemaps. Willing to take a PR.
what is the use case for this? It seems like a really complex feature for what I feel isn't gaining much benefit.
@nmccready did you ever have a chance to dig deeper on this?
Thanks @nmccready - I'm probably going to ship a 1.0 without it (If I can finish this rebase and write docs today).
The defacto standard (because of the interpret module used by gulp/webpack/etc) is .babel.js
@kennethormandy I think .js.babel could work. We had a long discussion at https://github.com/gulpjs/gulp/issues/830 and determined that making the extension contain which transpiler made more sense than a generic `.es` or...