Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docpad/docpad-plugin-uglify

Minify JavaScript files with the uglify: true meta data
https://github.com/docpad/docpad-plugin-uglify

docpad-plugin

Last synced: 2 months ago
JSON representation

Minify JavaScript files with the uglify: true meta data

Awesome Lists containing this project

README

        

docpad-plugin-uglify

Travis CI Build Status
NPM version
NPM downloads
Dependency Status
Dev Dependency Status


GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Minify JavaScript files with the `uglify: true` meta data, using [UglifyJS](https://github.com/mishoo/UglifyJS2).

## Usage

Create a JavaScript file with the *uglify* option:

``` javascript
/***
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](http://docpad.org/docs/config).

``` coffee
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:

``` javascript
/***
uglify:
mangle: false
***/

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

Install

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

History

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

Contribute

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

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Contributors

These amazing people have contributed code to this project:

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

License

Unless stated otherwise all works are:

and licensed under: