diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-04 16:53:54 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-11 08:47:44 +0100 |
commit | 75d52dea17a72054538ddcc0904052c98b819a6a (patch) | |
tree | e60a039c7b41da0a822c623ceeb6678b72ea540b /package.json | |
parent | d576ffd4873448501e848a7dd937981ac69499dd (diff) | |
download | nextcloud-server-75d52dea17a72054538ddcc0904052c98b819a6a.tar.gz nextcloud-server-75d52dea17a72054538ddcc0904052c98b819a6a.zip |
Move core/systemtags to webpack
* 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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0c3c273ce8c..7f0f85a8035 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,8 @@ "css-loader": "^2.1.0", "exports-loader": "^0.7.0", "handlebars-loader": "^1.7.1", + "node-sass": "^4.11.0", + "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "url-loader": "^1.1.2", "webpack": "^4.29.1", |