Commit a58ad18d authored by Isaac's avatar Isaac

Add move-asset script

parent 494d3676
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"
\ No newline at end of file
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