Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

wangliming

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wangliming

festaticcompress

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

fe static resource compress

festaticcompress 是一个压缩javascript, css,image的工具。

Install

First make sure you have installed the latest version of node.js (You may need to restart your computer after this step).

From NPM for use as a command line app: npm install festaticcompress -g

From NPM for programmatic use: npm install festaticcompress

From Git:

git clone git://github.com/festaticcompress/festaticcompress.git
cd festaticcompress
npm link .

Usage

Usage: festaticcompress

Commands: "all" 递归压缩图片,js,css Options: -p, --path 资源路径 -h, --help help

For example: festaticcompress all -p ./ 压缩当前目录下的所有静态资源

festaticcompress all -p "/path" 压缩"path"路径下的所有静态资源

Keywords

fe static resource compress

FAQs

Package last updated on 28 Nov 2015

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