Answer the question
In order to leave comments, you need to log in
How to compress js files efficiently?
How to compress js files on the example of javascriptcompressor.com, which really optimizes scripts. Before that, I used gulp-uglify, but as it turns out, this is not enough for the page speed service, it requires additional compression. As for
javascriptcompressor.com, it is extremely inconvenient to use it, maybe there is some plugin for gulp that compresses scripts well?
Answer the question
In order to leave comments, you need to log in
gulp-uglify doesn't compress anything. It renames variables. And jsmin compresses
https://www.npmjs.com/package/gulp-jsmin
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question