On 17/04/14 19:02, Jamie Nguyen wrote:
The lodash-node module can be re-built by doing this:
$ lodash modularize compat -o compat $ lodash modularize underscore -o underscore $ lodash modularize modern -o modern
So you'll probably need to package lodash-cli first, remove lodash-node/{compat,modern,underscore}, and rebuild using the above commands.
That's my understanding anyway. I, err, could be wrong about all of the above..
I think you're about right, but it turns out there's an extra bit of fun here, namely that lodash-cli uses the closure-compiler npm, which is just a wrapper for the closure javascript minifier which has already been declared unpackagable...
Tom