🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

bone-act-cleancss

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

bone-act-cleancss

clean css for bone

0.0.1
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

bone-act-cleancss

bone的less处理器

安装及使用

通过npm安装

$ npm install bone-act-cleancss 

安装后在bonefile.js文件内通过act()加载

var bone = require('bone');
var cleancss = require('bone-act-cleancss');

bone.dest('dist')
	.src('~/src/css/*.css')
	.act(cleancss);

bone-act-cleancss是将clean-css编译器包装成bone可用的处理器,参数查询请参考less

其他

处理器开发以及使用请参考处理器

FAQs

Package last updated on 01 Apr 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