From b426edac0d5fbe0a1521128323632de5c6697535 Mon Sep 17 00:00:00 2001 From: David Rice Date: Sat, 5 Nov 2011 23:57:01 +0000 Subject: [PATCH] Update docs to note that rake task is no longer generated within the app. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5a82aa..26249a0 100644 --- a/README.md +++ b/README.md @@ -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