Changes in files.scss not working

Hello all,

i’m making some changes on _home.scss and once i upload the file and restart nginx nothing changes… Do you have an idea why ?

Thanks,

Mathieu.

scss files are sass components of the final css file used by a website. You need to compile them to get a final css file fully operationnal.
checkout more information on http://sass-lang.com/documentation/file.SASS_REFERENCE.html

Thanks Aymeric, you were right, i had to precompile the assets before restarting the server… Works great now :slight_smile: