Skip to content
Snippets Groups Projects
Commit a8c67f12 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Also delete manifest from build

parent d5c6d9f5
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,6 @@ echo "Running after-build tasks ..." ...@@ -3,5 +3,6 @@ echo "Running after-build tasks ..."
find target/assets/ -name "parent.*.js" -exec rm -vf {} \; find target/assets/ -name "parent.*.js" -exec rm -vf {} \;
find target/assets/ -name "parent.*.css" -exec rm -vf {} \; find target/assets/ -name "parent.*.css" -exec rm -vf {} \;
rm -vf target/index.html rm -vf target/index.html
rm -vf target/manifest.json
mv -v target/parent/assets/* target/assets/ mv -v target/parent/assets/* target/assets/
rm -rfv target/parent rm -rfv target/parent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment