reboundjs / rebound

Automatic data binding for backbone using HTMLBars.
MIT License
43 stars 4 forks source link

Reduced repetitiveness in a few gulp tasks #39

Closed matthewrobb closed 9 years ago

matthewrobb commented 9 years ago

Okay so this PR will blacklist the features referenced here: https://6to5.org/docs/usage/caveats/

It will also now use the runtime for AMD builds since it gets bundled anyway, this should keep bloat to a minimum.

It is unfortunate that a few good features had to be turned off due to the requirement of the polyfill but the minified polyfill is 40kb and I didn't want to lump that in as well.