Static GitHub Issues

[1649] Hot Reloading of Sass in Assets folder

prev: help optimizing bundle size
next: AsyncData (axios) creates unexpected session

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 ?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1471">#c1471</a>)</em></sub></div>