Top "Uglifyjs" questions

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

Reverse Uglified Javascript Code

I am looking for way (preferably and online site) to a reverse Uglify of some javascript. The Website: http://jsbeautifier.…

javascript uglifyjs
Uglify JS Unexpected token operator <<->>, expected punc <<: >>

When i try to uglify and concat using Grunt uglify js in the follwing line , ember-data: 'ember' uglification fails. How …

gruntjs uglifyjs
uglify js error unexpected token eof "undefined"

So I installed npm using npm install uglify-js I run a command which is: cat file1.js file2.js .. fileN.…

javascript npm minify concat uglifyjs
Using uglifyjs with nodejs in windows

I installed nodejs from nodejs.org on my windows box. The path to node is C:\Program Files (x86)\nodejs\…

node.js uglifyjs
Angular "Unknown Provider" error after minification with Grunt Build in Yeoman app

I'm having problems with grunt build on a Yeoman generated Angular app, using Coffee and Slim, with all libraries up-to-date. (…

javascript angularjs gruntjs yeoman uglifyjs
How to exclude certain requireJS files from uglifying/optimizing

I have a working requirejs project that is using grunt for building and deployment. If using no optimization at all, …

requirejs require gruntjs uglifyjs uglifyjs2
Codekit Uglify.js 'Unexpected token punc' error

I'm not sure where my syntax / unexpected token error is My full jQuery function on jsfiddle: http://jsfiddle.net/leongaban/…

jquery syntax-error uglifyjs codekit
Cannot fix "Unexpected token name «i», expected punc «;»" from UglifyJs

I have created a react app with a custom next server server.js: const { createServer } = require('http'); const next = require(…

reactjs npm webpack next uglifyjs
UglifyJS webpack plugin throws: Unexpected token: name (features)

I used to have problems with UglifyJS for Webpack and ES6 modules: ERROR in static/js/vendor.6ccd9e38979a78765…

javascript webpack ecmascript-6 uglifyjs uglifyjs2
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 …

node.js obfuscation uglifyjs uglifyjs2