From c490224516013ccae11c74840fd645f546930b7b Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 25 Jan 2012 18:23:49 -0800 Subject: [PATCH] change the name of the rake task as we are doing it locally for now --- lib/tasks/assets.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake index c04fca7d0..7ce990159 100644 --- a/lib/tasks/assets.rake +++ b/lib/tasks/assets.rake @@ -1,5 +1,5 @@ namespace :assets do - task :precompile do + task :compile_s3 do puts "compiling sass..." system 'sass --update public/stylesheets/sass:public/stylesheets'