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-20 23:58:14 +0200
commitc412f6b009e4cc125089806ca939d928c2efe0a2 (patch)
tree1d18c114d059c0dccd9cf7086496bd2a0a5f12f8 /webpack.config.js
parentb25924e868cdf80944e56a76fa6eed4509d9af7b (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`;
}