Socket
Socket
Sign inDemoInstall

lughoo

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lughoo

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
2.94 kB
Created
Weekly downloads
 

Readme

Source

License: MIT

LUGHOO V1.1.0

Utility to gzip all js/css files in a folder. "LUGHOO" means light-weight in Hindi.


Usage

// Create lughoo.js parallel to package.json
var lughoo = require('lughoo');
lughoo({'buildDirectory':'dist'}); 
// dist is dynamic path to build directory

// Terminal
node lughoo.js

Download

LUGHOO is available at NPM

npm install lughoo --save-dev
Application Integration

Add PrimeNG and PrimeIcons as a dependencies.

"devDependencies": {
  //...
  "lughoo": "1.1.0",
},

That is all, you may now gzip all your js/css files.

FAQs

Last updated on 25 Jul 2018

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