I'm making a simple html and CSS app. I need to my SASS changes to show up on the website LIVE as im developing.
And once all the SASS and development is complete I will run webpack -b
and webpack should convert the SASS to CSS.
I'm sure someone has done this before. Thanks.