Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhusar committed Feb 10, 2013
1 parent 758e04f commit 6f508ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Readme.md
Expand Up @@ -8,6 +8,11 @@ An assets combine and minify tool


Js-combiner is a simple tool to combine and minify javascript files. It can also share server side variables to client side js files. Js-combiner is a simple tool to combine and minify javascript files. It can also share server side variables to client side js files.


## Installation
Download and place it inside node_moudles.
Or use npm: npm install js-combiner.
Tested only under express.

# Usage # Usage


file: app.js file: app.js
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -9,7 +9,9 @@
"minify", "minify",
"packer", "packer",
"compressor", "compressor",
"compress" "compress",
"client",
"variables"
], ],
"author": { "author": {
"name": "Daniel Husár", "name": "Daniel Husár",
Expand Down

0 comments on commit 6f508ac

Please sign in to comment.