Top "Uglifyjs" questions

Uglifyjs is a general-purpose JavaScript parser/compressor/beautifier toolkit.

Excluding files/directories from Gulp task

I have a gulp rjs task that concatenates and uglifies all my custom .JS files (any non vendor libraries). What …

requirejs gulp minify uglifyjs
Remove console.logs with Webpack & Uglify

I am trying to remove console.logs with Webpack's Uglify plugin but it seems that Uglify plugin that comes bundled …

reactjs webpack babeljs uglifyjs
Angular.module minification bug

Having the darnedest time trying to figure out why minification is not working. I have injected via an array object …

javascript angularjs minify uglifyjs
How to minify multiple Javascript files in a folder with UglifyJS?

Hello I'm using uglifyJs to minify my javascript files, it's working well with one file at a time, what I'm …

node.js uglifyjs uglifyjs2
How to ignore files grunt uglify

Background I've just started using grunt as of about 30mins ago. So bear with me. But I have a rather …

javascript node.js gruntjs uglifyjs
"Unknown provider: aProvider <- a" How do I find the original provider?

When I'm loading the minified (through UglifyJS) version of my AngularJS application, I get the following error in the console: …

angularjs google-chrome uglifyjs source-maps
How to uglify output with Browserify in Gulp?

I tried to uglify output of Browserify in Gulp, but it doesn't work. gulpfile.js var browserify = require('browserify'); var …

javascript node.js gulp browserify uglifyjs
Webpack optimize with UglifyJS plugin causes runtime error

I have an isomorphic React application that is bundled via webpack. I have 2 entry points corresponding to 2 bundled file outputs: …

javascript reactjs uglifyjs webpack
Uglify-js doesn't mangle variable names

Trying to prepare good build environment for my js library. According to reviews on the web UglifyJS seems to be …

javascript performance compression minify uglifyjs
how to minify js files in order via grunt-contrib-uglify?

I have a directory like below: /folder/b.js /folder/jQuery.js /folder/a.js /folder/sub/c.js I …

javascript node.js gruntjs uglifyjs grunt-contrib-uglify