change the name of the rake task as we are doing it locally for now
This commit is contained in:
parent
f332610016
commit
c490224516
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue