Groups
Sign in
Groups
UglifyJS
Conversations
About
Send feedback
Help
UglifyJS
Contact owners and managers
1–30 of 77
Mark all as read
Report group
0 selected
X Technology
3/21/22
Devops Code Hour
Devops Code Hour is on the way 💥 This Saturday 26th of March 10am CET we continue our Saturday
unread,
Devops Code Hour
Devops Code Hour is on the way 💥 This Saturday 26th of March 10am CET we continue our Saturday
3/21/22
X Technology
1/25/22
Workshop: How to convert crypto currencies with GRPC microservices in Node.js
Please join us in the workshop “How to convert crypto currencies with GRPC microservices in Node.js”
unread,
Workshop: How to convert crypto currencies with GRPC microservices in Node.js
Please join us in the workshop “How to convert crypto currencies with GRPC microservices in Node.js”
1/25/22
X Technology
11/23/21
The Hitchhiker's Guide to the Technical Interview
How many interviews have you gone through before ending up in the current company? Have you ever
unread,
The Hitchhiker's Guide to the Technical Interview
How many interviews have you gone through before ending up in the current company? Have you ever
11/23/21
Matthew Gardner
5/17/18
Unable to use latest version of query-string
Hi, I recently updated query-string to the latest version and when I tried to run my build I got the
unread,
Unable to use latest version of query-string
Hi, I recently updated query-string to the latest version and when I tried to run my build I got the
5/17/18
asher feil
2/8/17
how to keep quotations when using the API
Right now I am using uglify through the api by calling const Uglify = require('uglify-js');
unread,
how to keep quotations when using the API
Right now I am using uglify through the api by calling const Uglify = require('uglify-js');
2/8/17
sathi babu
10/27/16
How to combine multiple js files into single minified js
Hi All, My deployement server is tomacat, all of my development in angular and spring boot. I wanted
unread,
How to combine multiple js files into single minified js
Hi All, My deployement server is tomacat, all of my development in angular and spring boot. I wanted
10/27/16
Sergey Dryganets
8/26/16
(+new Date()).toString(36) not properly minified
2.76 uglify js minifies this string to +new Date.toString(36) which is not correct expression
unread,
(+new Date()).toString(36) not properly minified
2.76 uglify js minifies this string to +new Date.toString(36) which is not correct expression
8/26/16
Will Blackamoor
12/9/15
Uglify 1 js parser chokes on setting object properties inline seperated by commas.
fails: window.location.origin = window.location.protocol + "//" + window.location.hostname
unread,
Uglify 1 js parser chokes on setting object properties inline seperated by commas.
fails: window.location.origin = window.location.protocol + "//" + window.location.hostname
12/9/15
Dominique Busser
,
Mihai Călin Bazon
2
11/12/15
drop_console does not drop window.console.log() functions
At the moment, it only drops it when it literally sees `console.*` (unprefixed). Given that there are
unread,
drop_console does not drop window.console.log() functions
At the moment, it only drops it when it literally sees `console.*` (unprefixed). Given that there are
11/12/15
han liu
7/5/15
Transform AST in UglifyJS
I am using UglifyJS to parse, minify and transform JS codes. One of my goal is to transform the AST
unread,
Transform AST in UglifyJS
I am using UglifyJS to parse, minify and transform JS codes. One of my goal is to transform the AST
7/5/15
yuanyan
, …
poda Ofme
4
6/8/15
JavaScript parser / mangler / compressor / beautifier library for for Java
Does this support source maps ? i dont see that here https://github.com/yuanyan/UglifyJS-java thanks
unread,
JavaScript parser / mangler / compressor / beautifier library for for Java
Does this support source maps ? i dont see that here https://github.com/yuanyan/UglifyJS-java thanks
6/8/15
Tim Meadowcroft
, …
Jacob Hite
6
3/29/15
New feature: mangle property names
On Sunday, 29 March 2015 14:08:29 UTC+1, Jacob Hite wrote: The latest release of uglify (today) has
unread,
New feature: mangle property names
On Sunday, 29 March 2015 14:08:29 UTC+1, Jacob Hite wrote: The latest release of uglify (today) has
3/29/15
Brian Craft
,
Mihai Călin Bazon
4
3/23/15
side-effecting function call being dropped
Awesome, thanks! On Monday, March 23, 2015 at 2:29:58 PM UTC-7, Mihai Bazon wrote: Any case, I pushed
unread,
side-effecting function call being dropped
Awesome, thanks! On Monday, March 23, 2015 at 2:29:58 PM UTC-7, Mihai Bazon wrote: Any case, I pushed
3/23/15
Nick K
3/21/15
Error when running uglify-js
Hey, I'm using Gulp to build my projects and suddenly it stopped working today. Console: ❯ gulp
unread,
Error when running uglify-js
Hey, I'm using Gulp to build my projects and suddenly it stopped working today. Console: ❯ gulp
3/21/15
martin.s...@gmail.com
3/13/15
Wrongful conversion of utf8-characters
It seems that uglify v1 (don't know about v2, haven't tested it) will encode UTF characters
unread,
Wrongful conversion of utf8-characters
It seems that uglify v1 (don't know about v2, haven't tested it) will encode UTF characters
3/13/15
ricky legaspi
2/19/15
none!!!!!!!!!!
h! nice and good.......
unread,
none!!!!!!!!!!
h! nice and good.......
2/19/15
steven winner
12/19/14
Is it possible to keep/not mangle named anonymous functions?
We started using errorception on our website to track down errors that happen in the wild, and I am
unread,
Is it possible to keep/not mangle named anonymous functions?
We started using errorception on our website to track down errors that happen in the wild, and I am
12/19/14
Naresh Bhatia
7/22/14
Is it ok to run uglify on an already minified file?
I am using the grunt-contrib-uglify plugin to uglify the JS files in my project. One of the files
unread,
Is it ok to run uglify on an already minified file?
I am using the grunt-contrib-uglify plugin to uglify the JS files in my project. One of the files
7/22/14
Muhammad Waqas
7/4/14
How to beautify Uglified script?
I've trying to find a way to beautify code. But no success. The jsBeautifier only deminifies it.
unread,
How to beautify Uglified script?
I've trying to find a way to beautify code. But no success. The jsBeautifier only deminifies it.
7/4/14
Dannii Willis
,
Ash Blue
2
4/18/14
How to use conditional compilation in strict mode
Have you tried window.DEBUG? On Tuesday, March 26, 2013 9:01:54 PM UTC-7, Dannii Willis wrote: (From
unread,
How to use conditional compilation in strict mode
Have you tried window.DEBUG? On Tuesday, March 26, 2013 9:01:54 PM UTC-7, Dannii Willis wrote: (From
4/18/14
Miles Matthias
,
Mihai Călin Bazon
2
2/28/14
Bootstrap 3 JS
For version 2 UglifyJS has been completely rewritten, so it might be hard to figure out exactly what
unread,
Bootstrap 3 JS
For version 2 UglifyJS has been completely rewritten, so it might be hard to figure out exactly what
2/28/14
Javismiles
2/16/14
multiple files interrelated
i am trying your UglifyJS2 which is great (I used to use YUI in the past) i have a couple of doubts,
unread,
multiple files interrelated
i am trying your UglifyJS2 which is great (I used to use YUI in the past) i have a couple of doubts,
2/16/14
Thomas Walther
2/3/14
ampersand as htmlentity "&" returns a false compression
I have a string width explizit "&" in it. Now i want to replace this string from
unread,
ampersand as htmlentity "&" returns a false compression
I have a string width explizit "&" in it. Now i want to replace this string from
2/3/14
jean.da...@gmail.com
,
Steven Roussey
3
6/18/13
Provide/Require and dependency tree
Thanks for the direct answer. That's what I thought. Too bad. I don't want to use RequireJS.
unread,
Provide/Require and dependency tree
Thanks for the direct answer. That's what I thought. Too bad. I don't want to use RequireJS.
6/18/13
mrtn...@gmail.com
3/27/13
Is http://marijnhaverbeke.nl/uglifyjs up to date?
I wonder if I can use http://marijnhaverbeke.nl/uglifyjs to minify JS code for production, instead of
unread,
Is http://marijnhaverbeke.nl/uglifyjs up to date?
I wonder if I can use http://marijnhaverbeke.nl/uglifyjs to minify JS code for production, instead of
3/27/13
Brian Moschel
, …
Piotr Rochala
5
2/11/13
Rhino performance
FYI It takes 3 minutes to compile my JavaScript code base on Rhino. I'm using require.js as
unread,
Rhino performance
FYI It takes 3 minutes to compile my JavaScript code base on Rhino. I'm using require.js as
2/11/13
Nishant Sinha
2/5/13
using uglifyjs to create AST programmatically
Hi Mihai and others, I wanted to use uglifyjs not to parse JS but to simply create AST which could
unread,
using uglifyjs to create AST programmatically
Hi Mihai and others, I wanted to use uglifyjs not to parse JS but to simply create AST which could
2/5/13
Brian Craft
11/30/12
debugging errors in user sessions
Is there any solution for finding the location of an error reported by a user after the source has
unread,
debugging errors in user sessions
Is there any solution for finding the location of an error reported by a user after the source has
11/30/12
Robert Gould
,
Mihai Călin Bazon
3
10/4/12
Is Uglified output "randomized"?
Although the code's order seems to be different each output works 100% the same, so I hadn't
unread,
Is Uglified output "randomized"?
Although the code's order seems to be different each output works 100% the same, so I hadn't
10/4/12
d-to-r
9/18/12
Exposed mappings?
Hi, I would like to obfuscate a webapp using xml and html in which class and property names from my
unread,
Exposed mappings?
Hi, I would like to obfuscate a webapp using xml and html in which class and property names from my
9/18/12