Top "Uglifyjs" questions

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

Source maps files in production - Is it safe?

I'm using UglifyJS to minify and uglify my sources, and Sentry to report errors from my production environment. In order …

javascript uglifyjs sentry source-maps raven
Minify multiple files with UglifyJS

Is it possible to compress multiple files with UglifyJS? Something like... uglifyjs -o app.build.js appfile1.js appfile2.js ... …

javascript node.js uglifyjs
What's the difference between concat and uglify and minify?

What's the difference between concat, uglify, and minify tasks in grunt? I set up an uglify task for all of …

concatenation gruntjs minify uglifyjs
Angularjs minification using grunt uglify resulting in js error

In angularjs we pass parameters as dependency injection. For example, function checkInCtrl ($scope, $rootScope, $location, $http){ ….. …. } So when it gets …

javascript angularjs dependency-injection gruntjs uglifyjs
ERROR in bundle.js from UglifyJs

I've completed a project and now it's time to build it. I'm using a boilerplate project and still don't fully …

javascript node.js npm webpack uglifyjs
Why is it recommended to use concat then uglify when the latter can do both?

I keep seeing the recommendation for making JS files ready for production to be concat then uglify. For example here, …

gruntjs uglifyjs grunt-contrib-concat
Webpack bundles my files in the wrong order (CommonsChunkPlugin)

What I want is to bundle my JavaScript vendor files in a specific order via CommonsChunkPlugin from Webpack. I'm using …

javascript webpack webpack-2 uglifyjs
Minify some files, combine all, with Grunt.JS

I'm moving a dev team away from Chirpy, an add-in for visual studio, for combination & minification of CSS/JS …

gruntjs uglifyjs
Unexpected token punc «(», expected punc when creating chunk from UglifyJS

I have the following error when trying to do a production build using webpack 2.2.1 : > cross-env NODE_ENV=production webpack …

javascript node.js reactjs webpack uglifyjs
Does it make sense to minify code used in NodeJS?

I was wondering, since Clojure Compiler and UglifyJS not only optimize code for size but also for performance (although I …

javascript node.js minify google-closure-compiler uglifyjs