summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-07-11 20:09:49 +0200
committermsquare <msquare@notrademark.de>2019-07-11 20:09:49 +0200
commit10d0428f6490973652202b2a8aee69d68f4c5b7d (patch)
tree4f4841f9ea5eeeb18590cd6b6de0b3c07e1a1107 /webpack.config.js
parentfd4303f336173101b84ba21650e451ad536828fe (diff)
add cccamp19 theme
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 403c885e..5542460d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -23,7 +23,7 @@ const plugins = [
const themeEntries = {};
-for (let i = 0; i < 8; i++) {
+for (let i = 0; i < 9; i++) {
themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`;
}