Fast XML minifier / compressor / uglifier with a command-line
The JS Compresser that rename variables function names
Uglifier for Electron projects.
a js uglifier
Plugin for @ima/cli that implements CSS class minimizer and uglifier that can be reverse-compiled at runtime.
Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Thieves lose the module name and structure information, code runs faster. Makes deployement super easy! Also now you can separate your dependencies!
Code Id Uglifier
a js uglifier
Javascript packer/minifier/uglifier for metalsmith
Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.
A grunt task for node-uglifier. Fully auto merging and obfuscating (uglify) a whole NodeJs project into one file with external files option.
a js uglifier
ngx-uglifier uglifies your angular library, meaning it shortens class member names to be of a single character.<br/> It utilizes terser to do the uglification, terser is used by the angular compiler to minify the code in build time, so it is already insta
CSS merger and uglifier toolkit and middleware
Assets compressor/uglifier for wintersmith.
Assets compressor/uglifier with stylus,coffee and browserify in the box.
After compiling with this CustomerTransform This code ```typescript class A { private __hanSoloLooongLongName: string = '123'; private __bestSpinnerLoonLongMethod(test) { console.log(this.spinner + test + this.__hanSoloLooongLongName); }; public sp
Uglifies throw new Error("error desctription") to throw new Error 0
A Vite plugin for minifying and obfuscating CSS class and ID names in Vue components, reducing bundle size and hindering reverse-engineering.
ng-lib-utils is helpful when developing angular library, it provides common routines: 1. uglifying the library code 2. copy readme.md file from the root folder to the transpiled code folder 3. bumping the version 4. publish the package
This plugin performs has.js filtering on source modules based on a statically defined set of features. Feature conditionals who's values are defined in the static feature set are replaced with the value of the feature. The resulting dead code will then b
Gulp plugin for concatenating javascript with sourcemaps
Sorted version of JSON.stringify
Unbxd Javascript SDK for Analytics tracking
A Haskell minifier to produce smaller source code files
A rust implementation of an ECMAScript parser
SVG Optimizer for Rust
A CLI pretty-printer for X12 EDI files
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
Uglifier adapter for the Rails asset pipeline.
A rake task for compressing assets with uglifier. It can also create source maps.
An Html uglifier tool
UglifierWithSourceMaps overrides parts of sprockets to create sourcemaps using uglifier for your javascript assets. It is meant to be used in production.
sprockets_uglifier_with_source_maps creates source maps for your javascript assets along with their compression using uglifier.
Description: Remove all spaces, new line characters, tab characters between XML tags
guard file for the uglifier gem
A Ruby code uglifier
A Jekyll command plugin for uglifying JS files in a given directory
A nicer way to combine and uglify javascript with fingerprinting and modularization. Powered by StitchPlus.
This gem leverages Guard's watch ability to insert files inline within another file. When the parser incounters a //= path/to/file, it then gets the content of that file and then inserts the content replacing the comment. Optionally that file can then be passed through Uglifier. Files with no insertions will just be copied over.