diff options
author | msquare <msquare@notrademark.de> | 2018-11-11 20:50:54 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-11-11 20:50:54 +0100 |
commit | 8db159580d56306b060f4279425a6462da109b5e (patch) | |
tree | 59b22c6cc48424b54263890aa84858178a7a96ac /webpack.config.js | |
parent | 15751f9c7a31e9375b5b8f6ce126f35c7244eb48 (diff) | |
parent | c1494fc1e798d1d83111c97465d6c4c79e6f9260 (diff) |
Merge branch '35c3-theme'
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 261c1c44..010a9667 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,7 +19,7 @@ const plugins = [ const themeEntries = {}; -for (let i = 0; i < 7; i++) { +for (let i = 0; i < 8; i++) { themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`; } |