1.3.6 • Published 9 months ago
minify-web v1.3.6
minify-web
Compress all html, js, and css files in the entire folder, and output other files to the specified directory without processing
Language
Installation
npm install minify-web -g
# or
yarn global add minify-webUsage
The src directory is compressed by default, and directory dist is entered
minify-webOptions
-D, --dir
Package directory
-O, --out
Output directory
-H, --help
Show help
Example
the src directory is compressed and placed in the dist directory
minify-webthe app directory is compressed and placed in the out directory
minify-web -D app -O outUsed in the project
- Create the
package.jsonfile in the project root directory and add the following
{
// ...
"scripts": {
"minify": "minify-web"
}
// ...
}- run
npm run minifyin the project root
1.2.0
9 months ago
1.3.6
9 months ago
1.3.5
9 months ago
1.3.4
9 months ago
1.1.6
9 months ago
1.3.3
9 months ago
1.3.2
9 months ago
1.3.1
9 months ago
1.2.2
9 months ago
1.3.0
9 months ago
1.2.1
9 months ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
1 year ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago