I\'m working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my changes.
gulp
The gulp task compiles everything
As mentioned solutions in this post, some of the solutions worked for me, but CSS does not apply on the page.
Simply, I just moved the "css" directory into the "Assest/" directory and everything works fine.