Question about Calypso

0
Regarding https://docs.mendix.com/howto/front-end/calypso Does making changes to Atlas UI with Calypso automatically recompile the SASS, so that when I deploy the app to the cloud the styling changes will be part of the deployment? Or do I have to complete another process outside of Calypso to achieve the changes?
asked
2 answers
0

so when you upload, you upload your compiled css.
calyspo compiles your sass as soon as you save a file, so in short:
 as soon as you upload to the cloud, what is local will be in the cloud (your compiled css)

hope this makes sense haha :D 

answered
0

Hi Mark, 

When running Calypso and saving changes in the SCSS files. The CSS is automatically compiled. 

So when committing the work, the compiled CSS is also committed.

 

No need for another proces.

Cheers,

Jeffrey

answered