I have to include CSS and JS files in sitepublisher sites and as expected, the path of CSS and files is relative to the current branch. But in our setup, each branch in Teamsite doesnt correspond to a webroot folder on the webserver (due to some reasons..). So, is there a possibility to manupulate the path of CSS and JS files so that it even works on the webserver without any issues?Thanks in advance.TS 7.2.1
Look at page token $URL_PREFIX in site publisher guide
We dont use Livesite Runtime envrionment and are generting static HTMLs from sitepublisher. So URL_PREFIX will not create the complete relative path of CSS and JS files and it will not work on webservers. Any other thoughts?