Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 541 Bytes

##graceCode --- a JavaScript add CSS compiler/minifier

This package implements a JavaScript and CSS compiler/minifier toolkit. It is developed on NodeJS.

The JS parser is implemented in parse-js.js.

The CSS minifier is implemented in cssmin.js, which is a JS implementation of YUI Compressor.

##How to use

$git clone git://github.com/starsun/graceCode.git
$cd graceCode
$node compile.js