cssunminifier

A tool to unminify CSS—written in node.js

  • 所有者: mrcoles/cssunminifier
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

CSS Unminifier

A simple utility written in javascript for node.js to unminify CSS. The script is converted from the MrColes.com browser-based css unminifier.

Install the script with npm:

npm install -g cssunminifier

Run this to print out an unminified version of a CSS file named style.min.css:

cssunminifier style.min.css

Additional examples

Save the output to a file:

cssunminifier style.min.css style.css

Change the default tab width from 4 spaces to 8:

cssunminifier -w=8 style.min.css

Save the output to a file, reading from stdin:

cat style.mins.css, cssunminifier - style.css

Read a file from the web:

curl http://mrcoles.com/media/css/base/screen.css, cssunminifier -, less

Notes

You must have node installed to run this script. You can install it with something like homebrew brew install node or manually. Also, here’s a link to Node Package Manager.

The code for this project lives on github.

主要指标

概览
名称与所有者mrcoles/cssunminifier
主编程语言JavaScript
编程语言Shell (语言数: 2)
平台
许可证
所有者活动
创建于2011-09-16 01:06:07
推送于2019-04-14 09:41:50
最后一次提交2011-10-10 15:07:51
发布数0
用户参与
星数123
关注者数7
派生数25
提交数6
已启用问题?
问题数5
打开的问题数4
拉请求数0
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?