Skip to content

Commit

Permalink
Testing markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
chirags committed May 16, 2010
1 parent f5e9e53 commit d235b53
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
@@ -1,17 +1,17 @@
CSS Minify plugin for Apache Traffic Server
# CSS Minify plugin for Apache Traffic Server
<p>Derived from the append-transform example plugin</p>

Derived from the append-transform example plugin
--
## Usage
- Check out Apache Traffic Server 2.x
- Add css-transform-plugin to the SUBDIRS list in traffic/example/Makefile.am
- Copy cssmin-ts-plugin into traffic/example/
- Add the following to traffic/configure.ac
> AC_CONFIG_FILES([example/css-transform/Makefile])
Usage
1) Check out Apache Traffic Server 2.x
2) Add css-transform-plugin to the SUBDIRS list in traffic/example/Makefile.am
3) Copy cssmin-ts-plugin into traffic/example/
4) Add the following to traffic/configure.ac
AC_CONFIG_FILES([example/css-transform/Makefile])

5) Add css-transform.so /usr/local/etc/trafficserver/plugin.config
6) Make and install the cssmin-ts-plugin. make; sudo make install;
7) Launch traffic server. traffic_server -p 9090
- Add css-transform.so /usr/local/etc/trafficserver/plugin.config
- Make and install the cssmin-ts-plugin.
> make; sudo make install;
- Launch traffic server.
> traffic_server -p 9090

0 comments on commit d235b53

Please sign in to comment.