Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move merged-share-backend to webpack | Roeland Jago Douma | 2019-01-16 | 1 | -44/+64 |
| | | | | | | | | | | | | | For #13608 Since we have webpack anyway it make sense to let webpack do the bundling instead of ourselfs. This leads to minified code (so less transfer). And the webserver can just handle the request. As a bonus we get a map file so debugging is easier than with our JSCombiner stuff. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bundle only the Handlebars runtime | Christoph Wurst | 2019-01-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Npmize (vendor) scripts | Christoph Wurst | 2019-01-09 | 1 | -0/+51 |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |