bartsqueezy / ember-handlebars-brunch

This Brunch plugin adds support for pre-compiling Ember Handlebars templates prior to runtime
MIT License
9 stars 32 forks source link

Restore the expected wrapper behavior #7

Closed jonbuffington closed 10 years ago

jonbuffington commented 11 years ago

Restore the expected wrapper behavior as bunch's config.modules.wrapper is either 'commonjs', 'amd', or false. The value is never true. See https://github.com/brunch/brunch/blob/master/docs/config.md#modules.

Remove unused fs import.

bartsqueezy commented 10 years ago

Looks good Jon! Sorry for the long wait on getting this merged in. Thanks for the update!