summaryrefslogtreecommitdiff
path: root/web-ui/config/public-assets-webpack.js
AgeCommit message (Collapse)Author
2017-03-30[#932] Makes account recovery resource publicAnike Arni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.