Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWalsh committed Mar 14, 2011
1 parent 1b7c7e5 commit 93cbd52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -3,8 +3,8 @@ Overview
Granule is an optimization solution for Java-based web applications (JSP, JSF, Grails). It combines and compresses JavaScript and CSS files into less granulated packages, increasing speed and saving bandwidth.

The granule solution includes:
- JSP Tag library. You just need put the tag around your StyleSheets and JavaScripts to compress and combine them.
- Ant task, to include pre-compressing in your build scripts.
- JSP Tag library. You just need put the tag around your StyleSheets and JavaScripts to compress and combine them.
- Ant task, to include pre-compressing in your build scripts.


![Example](https://sites.google.com/site/granuletag/_/rsrc/1297244554577/home/demojsphtml.png)
Expand Down Expand Up @@ -36,7 +36,7 @@ List of features
* JDK1.5 and higher even for Google Closure Compiler.

## Installation Granule Tag Library ##
1. Download the binary distribution of Granule Tag Library by following this URL: [http://code.google.com/p/granule/downloads/list] http://code.google.com/p/granule/downloads/list (granuleNNN.zip) and unpack the compressed file.
1. Download the binary distribution of Granule Tag Library by following this URL: [http://code.google.com/p/granule/downloads/list](http://code.google.com/p/granule/downloads/list) (granuleNNN.zip) and unpack the compressed file.

2. Copy granuleNNN.jar in the distribution’s ‘lib’ directory to your web applications WEB-NF\lib directory.

Expand Down Expand Up @@ -87,4 +87,3 @@ List of features
href="/combined.css?id=cc4c21b0"/>

<script src="/combined.js?id=4658acf30"/>

0 comments on commit 93cbd52

Please sign in to comment.