Home

Issue: 1649

Hot Reloading of Sass in Assets folder

[issue link]

Hello! For my e-commerce project I want to have an agnostic approach in relation to the styling. For this reason I have a git subtree in the assets folder of nuxt, which is shared with other web applications.

The problem is, whenever I work on my styles and I do some changes, the whole nuxt dev build is run again, and since the project it’s getting big, is taking a while before being completed. This make my ui development a bit a pain as I have to wait 30 secs each time I change some style before seeing it in the browser in all its glory.

So, question is (more than a issue), is it possible to configure hot reloading for the assets folder with the current nuxt implementation ?

This bug report is available on Nuxt.js community (#c1471)