Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docpad-plugin-uglify

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-uglify

Minify JavaScript in DocPad using UglifyJS

  • 2.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by400%
Maintainers
3
Weekly downloads
 
Created
Source

UglifyJS Plugin for DocPad

Build Status NPM version Flattr donate button PayPayl donate button

Minify all JavaScript in the src/documents folder, using UglifyJS, in DocPad.

Convention: .js.anything

Install

$ docpad install uglify

Configure

Defaults

The default configuration for this plugin is the equivalant of adding the following UglifyJS options to your DocPad configuration file:

plugins:
  uglify:
    # Disable UglifyJS on the development environment.
    environments:
      development:
        enabled: false

    # Pass false to skip compressing entirely. Pass an object to specify custom
    # compressor options: http://lisperator.net/uglifyjs/compress .
    compress: {}

    # Pass false to skip mangling names.
    mangle: {}

Template Configuration

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

---
uglify:
  mangle: false
---

var hi = "Hello!";

History

Discover the change 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?

Gittip donate button Flattr donate button PayPayl donate button

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under the incredibly permissive MIT license

Copyright © 2012+ Bevry Pty Ltd us@bevry.me (http://bevry.me)

Keywords

FAQs

Package last updated on 12 Dec 2013

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc