S
S
Sergey Burduzha2017-03-03 18:48:20
JavaScript
Sergey Burduzha, 2017-03-03 18:48:20

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

1 answer(s)
N
Nikita Kit, 2017-03-03
@serii81

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 question

Ask a Question

731 491 924 answers to any question