I have a display template that uses a javascript file which I would like to have located at the root of my site (web application root).
Using $includeScript
how can i refer to the file at this location. I would like to avoid hardcoding the full url if possible.
I know ~siteCollection
will look for it relative to the current site collection but I need to look for it relative to the entire website.
Thank you