Quantcast
Channel: Using UglifyJs on the whole Node project? - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Elad Nava for Using UglifyJs on the whole Node project?

This isn't supported natively by uglifyjs2.Consider using webpack to package up your entire app into a single minified .js file, excluding...

View Article



Answer by daniel.gindi for Using UglifyJs on the whole Node project?

I had the same need - for which I created node-optimize and grunt-node-optimize.https://www.npmjs.com/package/grunt-node-optimize

View Article

Answer by user2667976 for Using UglifyJs on the whole Node project?

As I have just completed a huge pure Nodejs project in 80+ files I had the same problem as OP. I needed at least a minimal protection for my hard work, but it seems this very basic need had not been...

View Article

Answer by josh3736 for Using UglifyJs on the whole Node project?

I've done something very similar to this in a project I worked on. You have two options:Leave the files in their directory structure.This is by far the easier option, but provides a much lower level of...

View Article

Using UglifyJs on the whole Node project?

I need to obfuscate my source code as best as possible so I decided to use uglifyjs2.. Now I have the project structure that has nested directories, how can I run it through uglifyjs2 to do the whole...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images