Commit 73460687 authored by Romain Loth's avatar Romain Loth

arf

forgot 3rd party libs dirname match in regexp
parent a2e71efe
...@@ -26,7 +26,8 @@ fi ...@@ -26,7 +26,8 @@ fi
if [ -e explorerjs.html ] if [ -e explorerjs.html ]
then then
perl -pse 's/ ((?:href|src)=[\x22\x27]?)(twlibs|twmain)/ $1$pathprefix$2/g' -- -pathprefix=$newpathprefix < explorerjs.html > explorerjs.prod.html perl -pse 's/ ((?:href|src)=[\x22\x27]?)(twlibs3?|twmain)/ $1$pathprefix$2/g' -- -pathprefix=$newpathprefix < explorerjs.html > explorerjs.prod.html
echo 'created: explorerjs.prod.html'
exit 0 exit 0
else else
echo 'Please run this script from the ProjectExplorer root' echo 'Please run this script from the ProjectExplorer root'
......
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