eduardolundgren / gulp-umd

Gulp plugin for build JavaScript files as Universal Module Definition, aka UMD
MIT License
126 stars 14 forks source link

Added a bunch of new templates and an easy way to select them #13

Closed WHenderson closed 9 years ago

WHenderson commented 9 years ago

I'm currently building some modules that compile down to individual versions for various platforms (web, node, etc) and thought that the templates I was creating might be useful for others. There is also documentation and test cases for each template.

I've tried to keep my additions inline with the current conventions, but let me know if there is anything not 100%.

eduardolundgren commented 9 years ago

Just started reviewing :)

:octocat: Sent from GH.

eduardolundgren commented 9 years ago

Thank you, pull request merged! See changes here.

:octocat: Sent from GH.

WHenderson commented 9 years ago

Excellent :-)

FYI, I've just gotten source maps working too. It's in my master, but not sure when I'll have time to review properly for a pull request.

Feel free to take a look