مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
only compile assets on upgrade if they aren't prebuilt
هذا الالتزام موجود في:
@@ -53,7 +53,12 @@ case "$1" in
|
||||
;;
|
||||
|
||||
upgrade)
|
||||
run "bundle exec rake assets:precompile db:migrate"
|
||||
if [ ! -f "public/assets/.prebuilt" ]; then
|
||||
echo 'Compiling Assets'
|
||||
run "bundle exec rake assets:precompile"
|
||||
fi
|
||||
echo 'Migrating database'
|
||||
run "bundle exec rake db:migrate"
|
||||
;;
|
||||
|
||||
console)
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم