marionettejs / backbone.radio

Messaging patterns for Backbone applications.
MIT License
491 stars 50 forks source link

Boilerplate update and BB 1.3.2 #247

Closed megawac closed 8 years ago

megawac commented 8 years ago

Solved the compilation issues by simply updating babel boiler plate to the latest. Instead of using webpack (as in normal boilerplate) we are using rollup (upgraded from esperanto) for a cleaner build. Required quite a bit of changes to the gulp file for building. Testing is directly ported from boilerplate with the exception of exposing _ and Backbone globals in test environment

/cc @jmeas you may be interested in the gulpfile changes (using rollup instead of webpack for build ping babel/generator-babel-boilerplate#319) /cc @paulfalgout @samccone

fixes #245

megawac commented 8 years ago

Not sure which branch to do this against. Going to leave it against patch (#246) for now