summaryrefslogtreecommitdiffstats
path: root/web/subpath_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10367: rewrite subpath assets on startup (#8944)Jesse Hallam2018-06-141-0/+103
Examine ServiceSettings.SiteURL on startup and rewrite assets accordingly if not in a development environment. Also export `mattermost config subpath` command to manually do same. This accompanies a webapp PR to use the updated `root.html` to define the necessary webpack asset path for dynamically loading assets.