Using LoDash with EmberCLI
问题 Does anyone have a working example of a (simple) ember-app project built using Ember-CLI that uses LoDash? (e.g.: I want to use lodash, _.someLodashFunc, in my Routes and Controllers). I haven't seen any thread / article on the web that gives clear, step-by-step explanation on how to do that. If possible with lodash v3.0.0 (and I'm using the latest ember-cli, v0.1.9). Thanks, Raka I found out how, you need to generate a custom build of lodash (the "lodash modern"). Use lodash-cli: https:/