Files
lodash/README.md
John-David Dalton 7a82a3d77b Bump to v3.3.1.
2015-12-16 17:47:30 -08:00

584 B

lodash v3.3.1

The modern build of lodash exported as AMD modules.

Generated using lodash-cli:

$ lodash modularize modern exports=amd -o ./
$ lodash modern exports=amd -d -o ./main.js

Installation

Defining a build as 'lodash'.

require({
  'packages': [
    { 'name': 'lodash', 'location': 'path/to/lodash' }
  ]
}, ['lodash/array/chunk'], function(chunk) {
  // use `chunk`
});