tastejs / todomvc-backbone-es6

Backbone TodoMVC rewritten using ES6
http://addyosmani.github.io/todomvc-backbone-es6
234 stars 46 forks source link

rely on Bower for necessary components. #27

Closed stephenplusplus closed 10 years ago

stephenplusplus commented 10 years ago

This was a semi-hazardous change.

1) installed backbone.localStorage through Bower 2) removed the entire js/lib dir which formerly had traceur/traceur.js -- and everything works! 3) I noticed the bower package es6-module-loader ships with es6-module-loader.js and traceur.js as well-- that seems to be the traceur that was included, thus negating the need for js/lib/traceur.

:eyes:

addyosmani commented 10 years ago

This is really awesome. Thank you so much for addressing this. It feels nice to have a 100% Bower setup for our dependencies. Changes LGTM.