2.0.0 • Published 8 years ago
glob-uglifyjs v2.0.0
glob-uglifyjs
Uglify JS files with glob pattern.
Installation
$ npm install glob-uglifyjsFeatures
- Uglify
jsfiles with node-glob pattern. - Remove source files after uglify.
Command line
Usage
$ glob-uglifyjs -hArguments
| Argument | Type | Default | Description |
|---|---|---|---|
| -h, --help | boolean | false | Show help. |
| -p, --pattern * | string | Files glob pattern. | |
| -v, --version | boolean | false | Show version number. |
| -c, --config | string | glob-uglifyjs.config.json | Path to JSON config file. |
* - argument required.
Config
Example
{
"pattern": "/**/*",
"options": {
"UseMinExt": false,
"MinifyOptions": {},
"OutDir": "dist-min",
"RootDir": "dist",
"RemoveSource": false,
"Debug": false
}
}Properties
| Property | Type | Description |
|---|---|---|
| pattern* | string | Files glob pattern. |
| options | Options | glob-uglifyjs options. |
* - property required.
Options
| Option | Type | Default | Description |
|---|---|---|---|
| UseMinExt | boolean | true | Use min extensions in output files. |
| MinifyOptions | Object | {} | UglifyJS minify options. Read more. |
| OutDir | string | | Redirect output structure to the directory. |
| RootDir | string | | Specifies the root directory of input files. |
| RemoveSource | boolean | false | Remove all source files specified by glob pattern. |
| Debug | boolean | false | Show errors details information. |
| Silence | boolean | false | Silence all messages in console. |
| Exclude | string | string[] | undefined | Add a pattern or an array of glob patterns to exclude matches. Read more in node-glob options ignore. |
| Cwd | string | process.cwd() | Current working directory. |
License
Released under the MIT license.
2.0.0
8 years ago
2.0.0-beta.4
8 years ago
2.0.0-beta.3
8 years ago
2.0.0-beta.2
8 years ago
2.0.0-beta.1
8 years ago
2.0.0-beta
8 years ago
1.0.0
8 years ago
1.0.0-beta.1
9 years ago
1.0.0-alpha-1
9 years ago
0.4.3
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.0
9 years ago
0.2.0
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago