Paper Plane Netsuite Group
03/15/2021, 10:06 AMMessage:
shopping.scss
Error: File to import not found or unreadable: tmp/PaperplaneTheme/Modules/Shopping/shopping.
on line 1 of shopping.scss
Import was referring to tmp folder which was automatically get deleted by clean-sass-tmp task in local. So I have commented that. Does anyone have idea why this may be happening and know better way to address this issue?Paper Plane Netsuite Group
03/15/2021, 10:07 AMgulp.task('clean-sass-tmp', (cb) => {
// shell.rm('-rf', 'tmp');
cb();
});
i have commented this line