Skip to content

Commit

Permalink
Update docs to note that rake task is no longer generated within the …
Browse files Browse the repository at this point in the history
…app.
  • Loading branch information
davidjrice committed Nov 5, 2011
1 parent 82c6721 commit b426eda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ Or via the initializer

## Rake Task

A rake task is installed with the generator to enhance the rails
precompile task by automatically running after it:
A rake task is included in asset\_sync to enhance the rails precompile task by automatically running after it:

# lib/tasks/asset_sync.rake
# asset_sync/lib/tasks/asset_sync.rake
Rake::Task["assets:precompile"].enhance do
AssetSync.sync
end
Expand Down

0 comments on commit b426eda

Please sign in to comment.