No build with scss instead of css for real static html

Hi,

I build some simple html/css successfully by only set the publish-dir to ‘/’ – so fine!

Then I change to *.scss instead of pure css and the deploy don’t start.

it shows: build ready to start

the data is comming from gitlab

the css is generated locally but it would be nice to have it generated serversides

thanks … Michael

hi, we need some more information :slight_smile:
can you provide your build log, and also your netlify instance URL please.

If you are wanting to build the css from .scss on the server, you’ll need to run a build command that does that for you - you can’t just rename the file, it won’t work.