lodash / lodash.com

The Lodash website.
https://lodash.com/
Other
138 stars 84 forks source link

Load unminified Lodash version on the website #222

Open mgol opened 4 years ago

mgol commented 4 years ago

I find it useful to be able to quickly invoke various Lodash methods while I read about them on https://lodash.com/docs/. Because the library is loaded on that website, I can call the method in the console. If I want to look at how some of them are implemented, it's a bit harder because the code is minified.

Considering this is just a docs site, how about including the unminified version of lodash on the website?

SimonEast commented 3 years ago

Good tip about just opening the console to play with Lodash! 👍 And I agree it the non-minified version would be a useful addition.