This commit is contained in:
Sidharth Vinod
2021-05-31 16:30:06 +05:30
parent f662c9cfce
commit df433df510
+4 -2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
find ../docs -type f -exec sed -i '' 's/service-worker.js/mermaid-live-editor\/service-worker.js/g' *.js {} \;
find ../docs -type f -exec sed -i '' 's/manifest.json/mermaid-live-editor\/manifest.json/g' *.html {} \;
pushd ../docs
find ./ -type f -exec sed -i 's/service-worker.js/mermaid-live-editor\/service-worker.js/g' {} \;
find ./ -type f -exec sed -i 's/manifest.json/mermaid-live-editor\/manifest.json/g' {} \;
popd