Skip to content

Commit

Permalink
Make sample Assetfile actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jan 4, 2013
1 parent 1a6dc17 commit b0cbca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ It includes these filters:
Here's a quick example of a realistic project's Assetfile:

```ruby
# Assetfile.rb
# Assetfile
require 'rake-pipeline-web-filters'

output "site"

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

match "**/*.js" do
Expand Down

0 comments on commit b0cbca3

Please sign in to comment.