X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f2c65737901325f23db479f250b502c3525172f3..99afe973aaef1ae2b78c0528e608b0dfbc3de987:/cookbooks/web/resources/rails_port.rb diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 17dfe641d..067c1334c 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -126,6 +126,7 @@ action :create do group new_resource.group notifies :run, "execute[#{rails_directory}/Gemfile]" notifies :run, "execute[#{rails_directory}/app/assets/javascripts/i18n]" + notifies :run, "execute[#{rails_directory}/public/assets]" notifies :delete, "file[#{rails_directory}/public/export/embed.html]" notifies :restart, "passenger_application[#{rails_directory}]" end