مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
only exclude asset gems if there are prebuilt assets
هذا الالتزام موجود في:
@@ -102,7 +102,12 @@ case "$1" in
|
|||||||
|
|
||||||
bundle)
|
bundle)
|
||||||
if [ -n "$2" ]; then
|
if [ -n "$2" ]; then
|
||||||
run "bundle install --path=$2 --jobs=2 --clean --without=development assets"
|
if [ -f "public/assets/.prebuilt" ]; then
|
||||||
|
# If there are prebuilt assets, don't install the asset gems
|
||||||
|
run "bundle install --path=$2 --jobs=2 --clean --without=development assets"
|
||||||
|
else
|
||||||
|
run "bundle install --path=$2 --jobs=2 --clean --without=development"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "usage: $0 bundle path/to/vendor/dir"
|
echo "usage: $0 bundle path/to/vendor/dir"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم