
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
uglifyjs-folder
Advanced tools
Command to run uglifyjs on a folder and minify the result in a single file or a new folder. Uses the terser package to perform the minification.
Install the module with: npm install uglifyjs-folder -g
Usage
uglifyjs-folder path [options]
options:
-c --comments Add a comment with the file name.
-o --output Specify a file/folder to write the minified code
-e --each Minify each file independently
-x --extension Minified file extension (default: .min.js)
-p --pattern Specifies a comma separated glob patterns for the file selections. Default: **/*.js
--pseparator Specifies the separator for the pattern input. Default: ,
--version Prints the current version from package.json
--config-file Specifies a json configuration file for the terser module
--log-level Specifies the log level used when processing the files. Default: info
-h --help Print this list and exit.
$ uglifyjs-folder test-folder
$ uglifyjs-folder test-folder --comments
$ uglifyjs-folder test-folder -o all.min.js
$ uglifyjs-folder test-folder --output all.min.js --pattern "**/*.js,!**/*min.js" # ignore minified files
$ uglifyjs-folder test-folder -eo newFolder
$ uglifyjs-folder test-folder -eo newFolder --log-level error
$ uglifyjs-folder test-folder-es6 -o newFolder
$ uglifyjs-folder test-folder -e -x .js -o test-folder # careful: overwrite all files in test-folder
$ uglifyjs-folder test-folder --config-file "./uglify.json"
where uglify.json contains
{
"keep_fnames": true
}
Pull requests are appreciated.
25/Jun/2023
29/Dec/2022
31/Oct/2022
21/Aug/2022
02/Apr/2022
21/Jun/2021
23/Jul/2020
20/Apr/2020 - Updated code to use promises for the mkdrip call.
18/Apr/2020 - Updated the version for the mkdirp package #22
25/Nov/2017 - Added support for sourcemaps via the uglifyjs config file
Exmaple configuration:
{
"sourceMap": {
"root": "../src",
"url": "{file}.map"
}
}
uglifyjs-folder test-folder -o newFolder/nested/all.min.js
Copyright (c) 2014 - 2020 Mihai Ionut Vilcu Licensed under the MIT license.
FAQs
Run terser on a folder and minify the result in a single file
We found that uglifyjs-folder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.