1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

don't include assets when bundling

هذا الالتزام موجود في:
Adam Cooke
2017-06-02 12:14:02 +01:00
الأصل 0f61c8bfa4
التزام 477fb4b199

عرض الملف

@@ -100,7 +100,7 @@ case "$1" in
bundle)
if [ -n "$2" ]; then
run "bundle install --path=$2 --without=development --jobs=4 --clean"
run "bundle install --path=$2 --jobs=2 --clean --without=development assets"
else
echo "usage: $0 bundle path/to/vendor/dir"
exit 1