Ensure forward slashes

This commit is contained in:
Jiiks 2018-02-11 22:25:15 +02:00
parent 600991fd50
commit da702bd40a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {