Socket
Socket
Sign inDemoInstall

twee-compressor-extension

Package Overview
Dependencies
15
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twee-compressor-extension

HTML Compressor Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js


Version published
Maintainers
1
Install size
431 kB
Created

Readme

Source

twee-compressor-extension

Twee.io Logo

Gitter npm npm

HTML Compressor extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js. Makes HTML condensed and then compresses it using Gzip or Deflate

To install it use this command:

npm install twee-compressor-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-compressor-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "HTML Compressor": {
            "module": "twee-compressor-extension"
        }
    }
};

Keywords

FAQs

Last updated on 28 Jan 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc