compress css

This commit is contained in:
2015-10-04 12:13:28 +02:00
parent 99887bf367
commit af3ecfdf79
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ namespace :deploy do
run_locally { execute "rsync -av --delete ./public/assets/ #{fetch(:user)}@#{rsync_host}:#{shared_path}/public/assets/" }
execute :chown, "-R www-data:www-data", shared_path.join('public/assets/')
run_locally { execute 'rm -rf public/assets' }
#run_locally { execute 'rm -rf public/assets' }
end
end