Setting up SASS and Calypso

0
Hi everyone, I’m trying to use Sass for my project and I’ve setup Calypso. It is working and I can see my changes if I update the files located in the \theme\styles\web\sass\app (as suggested in the documentation – https://docs.mendix.com/howto/front-end/calypso). However, I am unable to see changes I make if I update the files located in the \theme\styles\sass\custom folder. Do I need to make changes somewhere else to use this custom folder to house my sass files? The settings.json file maybe?
asked
2 answers
1

Hi Jeannie,

Did you select Mendix root projects folder while setting up Calypso? If not then make sure you select the root project folder, does you configuration look similar to below screenshot?

Or if you added a new scss file to custom folder then make sure you import this file in ‘custom.scss’.

 

 

answered
0

Hi Mohammed, my settings look very similar but the Watching section is different. How do I change this so that it points to the /styles/sass folder instead of the web folder?

answered