Skip to content

Commit 4060e78

Browse files
authored
Update libman-vs.md - Remove mention to lodash.json
lodash.json is not one of the object literals included within the the libman.json "libraries" element.
1 parent 5306b42 commit 4060e78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aspnetcore/client-side/libman/libman-vs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ With the following manifest file, LibMan retrieves files per the configuration d
9494

9595
* A subset of [jQuery](https://jquery.com/) version 3.3.1 is retrieved from the CDNJS provider. The subset is defined in the `files` property—`jquery.min.js`, `jquery.js`, and *jquery.min.map*. The files are placed in the project's *wwwroot/lib/jquery* folder.
9696
* The entirety of [Bootstrap](https://getbootstrap.com/) version 4.1.3 is retrieved and placed in a *wwwroot/lib/bootstrap* folder. The object literal's `provider` property overrides the `defaultProvider` property value. LibMan retrieves the Bootstrap files from the unpkg provider.
97-
* A subset of [Lodash](https://lodash.com/) was approved by a governing body within the organization. The `lodash.js` and `lodash.min.js` files are retrieved from the local file system at *C:\\temp\\lodash\\*. The files are copied to the project's *wwwroot/lib/lodash* folder.
9897

9998
[!code-json[](samples/LibManSample/libman.json)]
10099

0 commit comments

Comments
 (0)