change the name of the rake task as we are doing it locally for now

This commit is contained in:
Maxwell Salzberg 2012-01-25 18:23:49 -08:00
parent f332610016
commit c490224516

View file

@ -1,5 +1,5 @@
namespace :assets do namespace :assets do
task :precompile do task :compile_s3 do
puts "compiling sass..." puts "compiling sass..."
system 'sass --update public/stylesheets/sass:public/stylesheets' system 'sass --update public/stylesheets/sass:public/stylesheets'