Scout error

0
Hi everyone,  I've been trying to get Scout setup following these guides.  https://docs.mendix.com/howto50/setup-mendix-ui-framework#3-configure-scout https://docs.mendix.com/howto/ux/perform-scout-and-windows-10-workaround I keep getting this error though I've never worked with SASS/SCSS before. I have done a search of the project directory I search for *.sass and came up with nothing, I did however find lots of .scss files.  Any advise/help would be much appreciated.  Many thanks,  Garion
asked
3 answers
3

try also gulp +  mendix  https://docs.mendix.com/howto/ux/style-with-gulp-and-sass and https://github.com/mendix/ux-theming

answered
1

Hi Garion,

You could try setting up Koala, I found it a lot easier to get working. Once you install it, all you have to do is drag the styles folder (from the themes folder) into the application and it will set everything up for you. Then any time you save a sass file, Koala will recognize that and compile the css files. 

 

Here is a guide to get it setup

https://docs.mendix.com/howto/ux/setup-mendix-ui-framework-with-koala

 

Here is where to download koala

http://koala-app.com/

 

Hope this helps!

answered
0

Yeah, this actually is not an error per se...

It just works. But the item it finds in your folder, is not an scss file. But in the subfolders, it finds the scss files.

Save an scss file, and more green rows will appear.

answered