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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?