Ensure forward slashes
This commit is contained in:
parent
600991fd50
commit
da702bd40a
|
@ -92,7 +92,7 @@ class Theme {
|
|||
if (this.info.type === 'sass') {
|
||||
css = await ClientIPC.send('bd-compileSass', {
|
||||
scss: ThemeManager.getConfigAsSCSS(this.themeConfig),
|
||||
path: this.paths.mainPath
|
||||
path: this.paths.mainPath.replace(/\\/g, '/')
|
||||
});
|
||||
console.log(css);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue