Page 1 of 1

Problem with Sass

Posted: 22 Oct 2020, 02:17
by dari12
Hi, I bought the Olympia theme, the sass command dont work:
sass -w src/main/webapp/resources/ --sourcemap=none
The version is:
1.27.0 compiled with dart2js 2.10.1

Thank you.

Re: Problem with Sass

Posted: 23 Oct 2020, 13:33
by mert.sincan
Hi,

Please try;

Code: Select all

sass --update src/main/webapp/resources:src/main/webapp/resources --no-source-map
OR
sass --watch src/main/webapp/resources:src/main/webapp/resources --no-source-map
Best Regards,