uglifier icon indicating copy to clipboard operation
uglifier copied to clipboard

Ruby wrapper for UglifyJS JavaScript compressor.

Results 50 uglifier issues
Sort by recently updated
recently updated
newest added

$ bundle exec jekyll serve # works fine, the following does not: $ JEKYLL_ENV=production bundle exec jekyll serve Incremental build: disabled. Enable with --incremental Generating... Jekyll Feed: Generating feed for...

I'm am using the harmony option in my Rails configuration and the latest version of the gem as of this time (4.2.0): `config.assets.js_compressor = Uglifier.new(harmony: true)` But when I try...

Hello, We are using Uglifier in a large production application and are running into es6 issues (similar to https://github.com/lautis/uglifier/issues/127) that are solved by using harmony. We are hesitant to adopt...

I have a `package` parameter/argument in a JavaScript function. During precompilation process in the deployment, it raises an error `Uglifier::Error: Unexpected token: name (package)` and the deployment halts. Renaming `package`...

When there are errors during uglification, there is no information in the uglifier output to indicate where to look to find the solution. This makes it really tough to troubleshoot...

There's a bug when I use mangle: properties: true - it just errors with NoMethodError (undefined method `start_with?' for nil:NilClass) Unfortunately that's all I have. Let me know if there's...

I currently have this error because I use ES6: ``` Configuration file: ./_config.yml Asset caching is disabled by configuration. However, if you're using proxies, a cache might still be created....

Apologies if this is the wrong place for this question, but is Uglifier involved in the inlining dependencies of node_modules? I'm trying to work out how sprockets does this, and...

Not really understanding what is going on. Perhaps someone can elucidate me on what are the big changes from 3 to 4, but Uglify 3 seems to ignore or not...