Closed
Description
There is a problem compiling the client from Windows, causing problems with the relative SASS paths. I've replaced the backslashes on the routes and apparently that solves the problem.
/gulp-task/compiler.js
~line 17
const relativePath = path.relative(
path.dirname(filePath),
path.resolve(dirs.srcClient, 'style/global.scss')
).replace(/\\/g,'/'); // Replace backslashes with forward slashes
Metadata
Metadata
Assignees
Labels
No labels