From 85439b4b545bf96dc1793a813ce5261187497426 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 22 Jan 2026 13:58:46 +1100 Subject: [PATCH] Delete even more tmp dev files --- bin/setup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/setup b/bin/setup index 51eb039b61..48d344fb83 100755 --- a/bin/setup +++ b/bin/setup @@ -32,10 +32,15 @@ FileUtils.chdir APP_ROOT do puts "\n== Preparing database, removing old logs and tempfiles ==" system! "bin/rails db:prepare log:clear tmp:clear" system! "rm -f tmp/capybara/screenshots/*.png" + system! "rm -f tmp/invoices/*.pdf" system! "rm -f tmp/javascripts/*.js" + system! "rm -f tmp/karma_unit.js*" + system! "rm -f tmp/product_import-*" puts "\n== Removing any precompiled assets that would be out of date now ==" system! "rm -rf public/assets/" + system! "rm -rf public/packs/" + system! "rm -rf public/packs-test/" puts "\n== Restarting application server ==" # system! "bin/rails restart"