sh magento更新静态内容
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh magento更新静态内容相关的知识,希望对你有一定的参考价值。
#!/usr/bin/env bash
while getopts d:e option
do
case "${option}"
in
d) DIRECTORY="${OPTARG}";;
e) ENV="${OPTARG}";;
esac
done
if [ -z ${DIRECTORY+x} ]; then
DIRECTORY = "/var/www/html/magento_dev"
fi
cwd=$(pwd)
if [ $cwd = $DIRECTORY ]; then
rm -rf pub/static/frontend/
echo -en '\033[0;32mdirectory "pub/static/frontend/\033[0m \n'
php bin/magento setup:static-content:deploy sv_SE
echo -en '\033[0;32mfrontend static created\033[0m \n'
rm -rf pub/static/adminhtml/
echo -en '\033[0;32mdirectory "pub/static/adminhtml/\033[0m \n'
php bin/magento setup:static-content:deploy -t Magento/backend
echo -en '\033[0;32mfrontend static created\033[0m \n'
echo -en '\033[0;32all static is update\033[0m \n'
fi
以上是关于sh magento更新静态内容的主要内容,如果未能解决你的问题,请参考以下文章
Magento 2更改静态内容文件夹
Magento-如何添加一些静态块内容
Magento2 常见错误 ----- 定期更新
如何在类别产品列表底部的 magento 2.1.8 中移动静态块
sh 安装Magento 2 cli#magento2
Magento 2 创建 Widget