summaryrefslogtreecommitdiff
path: root/public/views/includes (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-20Fix urlPath support, let CodiMD be served from a subpath correctlyEnrico Guiraud2-3/+3
Webpack now uses relative paths for resources linked from by static snippets. A templated <base> tag has been introduced in headers so app.js can set the base URL at runtime. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
2018-10-16Fix #1016: webpack include defect for scripts and header files.MartB2-2/+2
Signed-off-by: MartB <mart.b@outlook.de>
2018-09-06Upgrade to Webpack 4 - first tryDavid Mehren2-3/+3
Signed-off-by: David Mehren <dmehren1@gmail.com>
2018-06-24Move config out of statics pathSheogorath1-1/+1
Since static path is providing with a high expiration data, we provide configs via API. This shouldn't add any noticeable load while making it uncached and this way working again. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-03-20Update to generate front-end constants on server startupWu Cheng-Han1-0/+1
To avoid extra webpacking on changing configs and follow the 12 factor app
2016-12-12Fix the generate template not including base url variableWu Cheng-Han2-2/+2
2016-10-12Enable production assets hashYukai Huang2-0/+6