summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-11-23 18:39:09 +0100
committermsquare <msquare@notrademark.de>2019-11-23 18:39:09 +0100
commit3a6d096fffec8249f85fdb48cf595a3558339246 (patch)
treebf9e2271db9dd8f6e451cd33008f261685131e3e /webpack.config.js
parent5704174fe635031209837cf4bd42d2eb17bb445d (diff)
add 36c3 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 45378a8a..c3da53fe 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -24,7 +24,7 @@ const plugins = [
const themeEntries = {};
-for (let i = 0; i < 12; i++) {
+for (let i = 0; i < 13; i++) {
themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`;
}