Skip to content

Commit

Permalink
Minor text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
matt@envexlabs.com committed Dec 31, 2010
1 parent d2c21c6 commit 89ffff9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ This file takes all of our css files, compresses and combines them into 1 nice f
This is not my original script, I found and modified it.
I can't remember where I found it though, it's been a while :/

Usage:
Usage (in template file):

<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/inc/css/compress.php" type="text/css" media="screen" />

In compressor.php

or Single File

<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/inc/css/compress.php?single=file" type="text/css" media="screen" />
Add all your css files as separate includes (relative to current folder)
10 changes: 5 additions & 5 deletions compressor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
This is not my original script, I found and modified it.
I can't remember where I found it though, it's been a while :/
Usage:
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/inc/css/compress.php" type="text/css" media="screen" />
Usage (in template file):
or Single File
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/inc/css/compress.php" type="text/css" media="screen" />
In compressor.php
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/inc/css/compress.php?single=file" type="text/css" media="screen" />
Add all your css files as separate includes (relative to current folder)
Available on GIT: http://github.com/envex/CSS-Compressor
Expand Down

0 comments on commit 89ffff9

Please sign in to comment.