2.6.0 • Published 6 years ago

docpad-plugin-uglify v2.6.0

Weekly downloads
25
License
MIT
Repository
github
Last release
6 years ago

Minify JavaScript files with the uglify: true meta data, using UglifyJS.

Install this DocPad plugin by entering docpad install uglify into your terminal.

Usage

Create a JavaScript file with the uglify option:

/***
uglify: true
***/

var hello = "Hello World!";

Configure

Defaults

By default this plugin is disabled for the development environment. You can enable it for the development environment, by adding the following to your DocPad configuration file.

plugins:
	uglify:
		uglifyOpts: {}
		environments:
			development:
				enabled: true

You can also specify custom configuration for uglify, via the uglifyOpts property.

Template Configuration

It is possible to override the default configuration on a per-template basis:

/***
uglify:
	mangle: false
***/

// The "hello" variable name will stay the same.
var hello = "Hello World!";

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under:

2.6.0

6 years ago

2.5.0

7 years ago

2.4.0

10 years ago

2.3.0

10 years ago

2.2.0

11 years ago

2.1.0

11 years ago

2.0.0

11 years ago

1.0.0

12 years ago