Skip to content
Snippets Groups Projects
Commit df4bcaea authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Don't fail if browserconfig.xml is missing

parent 627507b2
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ install_app () {
sed -i 's|@import "/|@import "'"$path"'/|g' index.html
sed -i 's|: "/|: "'"$path"'/|g' index.html
sed -i 's| /| '"$path"'/|g' .htaccess
sed -i 's|="/|="'"$path"'/|g' browserconfig.xml
sed -i 's|="/|="'"$path"'/|g' browserconfig.xml || true
sed -i 's|"path": "/|"path": "'"$path"'/|g' topic.metadata.json
ln -s ../node_modules/"$packageName"/dist app || exit 2;
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment