Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-04 18:53:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-11 10:47:44 +0300
commit75d52dea17a72054538ddcc0904052c98b819a6a (patch)
treee60a039c7b41da0a822c623ceeb6678b72ea540b /package.json
parentd576ffd4873448501e848a7dd937981ac69499dd (diff)
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.json2
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",