starsun / graceCode

grace static code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

grace static code


Languages

Language:JavaScript 100.0%