summaryrefslogtreecommitdiff
path: root/public/views/includes/scripts.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix urlPath support, let CodiMD be served from a subpath correctlyEnrico Guiraud2019-12-201-2/+2
| | | | | | | | 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>
* Fix #1016: webpack include defect for scripts and header files.MartB2018-10-161-1/+1
| | | | Signed-off-by: MartB <mart.b@outlook.de>
* Upgrade to Webpack 4 - first tryDavid Mehren2018-09-061-2/+2
| | | | Signed-off-by: David Mehren <dmehren1@gmail.com>
* Move config out of statics pathSheogorath2018-06-241-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>
* Update to generate front-end constants on server startupWu Cheng-Han2017-03-201-0/+1
| | | | To avoid extra webpacking on changing configs and follow the 12 factor app
* Fix the generate template not including base url variableWu Cheng-Han2016-12-121-1/+1
|
* Enable production assets hashYukai Huang2016-10-121-0/+3