Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
dudleyf committed Jan 12, 2013
1 parent 1a6dc17 commit d83f54c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.markdown
Expand Up @@ -8,18 +8,18 @@ It includes these filters:
* Cache Buster - Write a fingerprint into each file name
* Coffescript - Convert Javascript to Coffeescript
* GZip - Create gzip'd version of your files
* Handlebars - Parse handlebars templates
* IIFE - Wrap source files in immediately invoked functional expressions
* Jade - Parse Jade templates
* Handlebars - Process handlebars templates
* IIFE - Wrap source files in Immediately Invoked Function Expressions
* Jade - Process Jade templates
* LESS - Convert LESS to CSS
* Markdown - Convert Markdown to HTML
* Minispade - Wrap JS files in Minispade modules
* Neuter - Require files in a file and generate one single combined file
* SASS - Convert SASS to CSS
* Stylus - Styluss to CSS
* Tilt - Pase Title templates
* Stylus - Convert Stylus to CSS
* Tilt - Use Tilt to process
* Uglify - Minify JS
* YUI CSS - Minifiy CSS
* YUI CSS - Minify CSS
* YUI Javascript - Minify JS

Here's a quick example of a realistic project's Assetfile:
Expand All @@ -31,7 +31,7 @@ require 'rake-pipeline-web-filters'
output "site"

input "javascripts" do
match "**/*.coffe" do
match "**/*.coffee" do
coffeescript
end

Expand Down

0 comments on commit d83f54c

Please sign in to comment.