Commit dbd776e0 authored by Isaac's avatar Isaac

Add move assets file

parent 1a85a6af
Pipeline #276 failed with stages
if [ ! $npm_config_panel ]; then
echo "Missing --panel parameter"
exit 0
fi
mv "./dist/ngfrontend/$npm_config_panel/sources/assets" "./dist/ngfrontend/$npm_config_panel"
mv "./dist/ngfrontend/$npm_config_panel/sources/favicon.ico" "./dist/ngfrontend/$npm_config_panel"
mv "./dist/ngfrontend/$npm_config_panel/sources/tinymce" "./dist/ngfrontend/$npm_config_panel"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment