mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix theming during tests correctly
This commit is contained in:
parent
8684fae473
commit
5c341154b7
@ -74,7 +74,7 @@ module.exports = function (config) {
|
|||||||
watched: false, included: false, served: true, nocache: false,
|
watched: false, included: false, served: true, nocache: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: 'res/themes/riot/img/*',
|
pattern: 'res/themes/**',
|
||||||
watched: false, included: false, served: true, nocache: false,
|
watched: false, included: false, served: true, nocache: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -82,7 +82,7 @@ module.exports = function (config) {
|
|||||||
proxies: {
|
proxies: {
|
||||||
// redirect img links to the karma server. See above.
|
// redirect img links to the karma server. See above.
|
||||||
"/img/": "/base/node_modules/matrix-react-sdk/res/img/",
|
"/img/": "/base/node_modules/matrix-react-sdk/res/img/",
|
||||||
"/themes/riot/img/": "/base/res/themes/riot/img/",
|
"/themes/": "/base/res/themes/",
|
||||||
},
|
},
|
||||||
|
|
||||||
// preprocess matching files before serving them to the browser
|
// preprocess matching files before serving them to the browser
|
||||||
|
Loading…
Reference in New Issue
Block a user