Hi, We are having problems running the collectstatic manage command on our CentOS installation (RB 2.5.9). The problem is that we have the uglify-js RPM installed which installs to /usr/lib/node_modules/uglify-js while reviewboard/settings.py configures the path to be os.path.join(NODE_PATH, ' uglifyjs', 'bin', 'uglifyjs') (i.e. uglifyjs instead of uglify-js).
This seems to be caused by RB (actually djblets) having a dependency on the uglifyjs NPM instead of uglify-js, even though both seems to use the same source, but the latter seems to be more active. Any reason for this? // Erik -- Erik Johansson Home Page: http://ejohansson.se/ PGP Key: http://ejohansson.se/erik.asc -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
