##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