generator-express-simple icon indicating copy to clipboard operation
generator-express-simple copied to clipboard

SCSS Changes not saving.

Open peterpme opened this issue 10 years ago • 5 comments

Maybe it's just me, but after running

nodemon -L --watch . --debug app.js inside the /website directory

followed by gulp watch

Any changes I make inside /sass/ do not appear or compile. I get "finished buildCss" but I need to restart the server in order to see the changes. Only happens for SCSS.

Thanks

peterpme avatar Jun 05 '14 04:06 peterpme

Does it mean it doesn't happen when you use less and stylus.

nanaeasiedu avatar Jun 06 '14 19:06 nanaeasiedu

I haven't tried it using less or stylus. It doesn't work using sass. What will happen is that gulp will pick up the change, but it will not go through buildCss/won't concat and the change doesn't appear on the livereload server. I'm going to see if I can figure this out tonight.

peterpme avatar Jun 09 '14 23:06 peterpme

Ok. Thanks @ppiekarczyk.

nanaeasiedu avatar Jun 10 '14 08:06 nanaeasiedu

I'm encountering this issue as well, just wondering if this issue is still being looked at.

terakilobyte avatar Feb 19 '15 22:02 terakilobyte

I have the same problem using LESS.

EarMaster avatar Oct 02 '17 01:10 EarMaster