From 99887bf3670f8934873a6b35549054d6b11680a2 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Sun, 4 Oct 2015 12:01:00 +0200 Subject: [PATCH] deploy debug --- config/deploy.rb | 1 + wip.md | 1 + 2 files changed, 2 insertions(+) diff --git a/config/deploy.rb b/config/deploy.rb index 5611674b..026e7ffb 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -92,6 +92,7 @@ namespace :deploy do task :precompile do on roles(fetch(:assets_roles)) do run_locally do + puts "Precompiling assets using RAILS_ENV=#{fetch(:rails_env)}" with rails_env: fetch(:rails_env) do execute 'bin/rake assets:precompile' execute 'bin/rake assets:dedigest' diff --git a/wip.md b/wip.md index af212014..272d6c73 100644 --- a/wip.md +++ b/wip.md @@ -9,6 +9,7 @@ Release todos: - Top menu height for ipad resolution - Release android version of MozoUser - Maybe responsive supplier dashboard +- facebook share picture and js Supplier --------