linuxmint / website-wizixo

59 stars 25 forks source link

CSS not loading #18

Closed BhavikJain07 closed 3 years ago

BhavikJain07 commented 3 years ago

Running the current version in the python http.server does not load the css or scss.

tuliocll commented 3 years ago

Running the current version in the python http.server does not load the css or scss.

can you add more infos (logs, prints..) ? here is working fine: image

are you on the right folder ?

BhavikJain07 commented 3 years ago

There is no mint-main.html file in the template folder. There is only mint-page-main.html and opening that in the python server does not load css. Screenshot_20210803-181201.png

tuliocll commented 3 years ago

There is no mint-main.html file in the template folder. There is only mint-page-main.html and opening that in the python server does not load css. Screenshot_20210803-181201.png

you need to run the build.py script, then start the http server.

BhavikJain07 commented 3 years ago

Thanks for the help. I guess we can now close this issue.