مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
don't compile assets on initialization if they already are built
هذا الالتزام موجود في:
@@ -70,7 +70,12 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
initialize)
|
initialize)
|
||||||
run "bundle exec rake assets:precompile db:schema:load db:seed"
|
echo 'Initializing database'
|
||||||
|
run "bundle exec rake db:schema:load db:seed"
|
||||||
|
if [ ! -f "public/assets/.prebuilt" ]; then
|
||||||
|
echo 'Compiling Assets'
|
||||||
|
run "bundle exec rake assets:precompile"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
default-dkim-record)
|
default-dkim-record)
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم