node-jsmin icon indicating copy to clipboard operation
node-jsmin copied to clipboard

javascript minimizer for node.js

Results 6 node-jsmin issues
Sort by recently updated
recently updated
newest added

Here is a minimal example using jsmin 1.0.1 from npm: ```js const token = "String"; const message = `Unexpected ${token} encountered`; ``` The result of running JSMin: ```js const token="String";const...

Hey Peter! I was looking for Latvian open source projects that I could contribute in Hacktoberfest and stumbled upon [this list](https://github.com/IonicaBizau/made-in-latvia#javascript ), that brought me to this project. Have a...

%

2 comment

(x = i % size) ? n[c][x] minified becomes: (x=iundefinedize)?n[c][x]

This is the success of unmodified file https://github.com/0sylvanas/evt-imgupload/blob/master/evt-imgupload-bundle/bundle.1.0.0.js

when I user level 3 to mining the code,Using complains on chrome. No problem when I use the level 2.

Hello pkrumins! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...