aboutsummaryrefslogtreecommitdiffstats
path: root/core/webpack.common.js
Commit message (Collapse)AuthorAgeFilesLines
* Move webpack config to rootRoeland Jago Douma2019-02-131-87/+0
| | | | | | Then we can include all server repo webpack configs in 1 go Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move core/systemtags to webpackRoeland Jago Douma2019-02-111-2/+11
| | | | | | | | * Use webpack to bundle the core systemtags so the webserver can serve them statically * Bundle the core scss in there as well (saves a request) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-041-0/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move merged-share-backend to webpackRoeland Jago Douma2019-01-161-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 runtimeChristoph Wurst2019-01-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-0/+51
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>