Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix urlPath support, let CodiMD be served from a subpath correctly | Enrico Guiraud | 2019-12-20 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | Use webpack-merge. | David Mehren | 2018-10-10 | 1 | -0/+25 |
Move html export config to own file. Delete unnecessary config options. Use cheap source maps. Signed-off-by: David Mehren <dmehren1@gmail.com> |