On 22/04/14 17:39, Tom Hughes wrote:
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...
Actually, closure is packaged for rawhide :)
http://koji.fedoraproject.org/koji/packageinfo?packageID=17960
Sadly, I don't think it will make it into Fedora 20 or EPEL 6. It's blocking on a too-old release of guava:
https://bugzilla.redhat.com/show_bug.cgi?id=1023832