davis / plugin-hbs

Handlebars template loader plugin for SystemJS
MIT License
21 stars 9 forks source link

make fixes for bundling #15

Closed davis closed 8 years ago

davis commented 8 years ago

so basically the plugin works if you're using it on your own repo. however, if one of your dependencies depends on plugin-hbs, while your repo will work in the browser, it will not bundle. this PR fixes that issue.

also some minor code format changes