1.0.0 • Published 9 years ago

lodash-for-backbone v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

lodash for Backbone

Build Status

A cherry-picked collection of lodash methods that is required for backbone. This collection is ~0.5kb smaller than Underscore itself.

If you're only including Underscore for Backbone, by replacing this module with Underscore you save around half a kilobyte.

Usage

Replace the browser.min.js file with your underscore.js file in your browser.

Build

run npm run build to make a new build.

License

MIT