8000 Add legacy build info to README.md and rebuild minified file and doc… · lodash/lodash@3b37d74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b37d74

Browse files
committed
Add legacy build info to README.md and rebuild minified file and documentation.
Former-commit-id: 83560976f173a3c797128b08fb184cc7c1e77319
1 parent 329c7e8 commit 3b37d74

File tree

3 files changed

+145
-140
lines changed

3 files changed

+145
-140
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ We handle all the method dependency and alias mapping for you.
5353
* Backbone builds, containing all methods required by Backbone, may be created using the `backbone` modifier argument.
5454
~~~ bash
5555
node build backbone
56+
~~~
57+
58+
* Legacy builds, tailored for older browsers without [ES5 support](http://es5.github.com/), may be created using the `legacy` modifier argument.
59+
~~~ bash
60+
node build legacy
5661
~~~
5762

5863
* Mobile builds, with IE bug fixes and method compilation removed, may be created using the `mobile` modifier argument.
@@ -81,11 +86,11 @@ node build exclude=union,uniq,zip
8186
node build exclude="union, uniq, zip"
8287
~~~
8388

84-
All arguments, except `include` and `exlcude`, may be combined.
89+
All arguments, except `include` with `exclude` and `mobile` with `legacy`, may be combined.
8590

8691
~~~ bash
8792
node build backbone mobile category=functions include=pick,uniq
88-
node build backbone mobile category=utilities exclude=first,last
93+
node build backbone legacy category=utilities exclude=first,last
8994
~~~
9095

9196
Custom builds are saved to `lodash.custom.js` and `lodash.custom.min.js`.

0 commit comments

Comments
 (0)
0