ember-cli-stylelint icon indicating copy to clipboard operation
ember-cli-stylelint copied to clipboard

CSS changes refresh the entire page, instead of just the css file

Open mrchaarlie opened this issue 7 years ago • 3 comments

Making a change to a .scss file will cause the entire page to refresh, instead of just updating the css file. Ideally, the CSS will live-update and not cause the entire app to reload.

mrchaarlie avatar Apr 04 '17 18:04 mrchaarlie

Hey i am not sure if this is the scope of the linter. probably more of a ember-cli feature. unless that feature exists and the linter is breaking it ?

billybonks avatar Jun 19 '17 03:06 billybonks

Yes, that is what I mean. Ember CLI by default only refreshes the CSS, but with the linter enabled, it for some reason refreshes the entire page.

mrchaarlie avatar Jun 19 '17 03:06 mrchaarlie

Can confirm this. Happens only with the style lint enabled.

astronomersiva avatar Mar 28 '18 12:03 astronomersiva