Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dart not update correctly #706

Closed
Daijobou opened this issue May 30, 2019 · 1 comment
Closed

dart not update correctly #706

Daijobou opened this issue May 30, 2019 · 1 comment

Comments

@Daijobou
Copy link

Daijobou commented May 30, 2019

I use dart-sass version 1.20.2 with this options --no-source-map --style=compressed --watch scss/fileA.scss:fileA.css scss/fileB.scss:fileB.css

In console I see message "Compiled scss\fileA to fileA.css." and filetime is updated.

Now I add a class in scss and again console show "compiled", but in css there is this new class not available.

After close and restart console, its add new class in fileA.css. So --watch detect changes and write fileA.css but without new changes.

UPDATE:
I see that now after restart(console) the file is updated correctly. Its possible that very long runtime(over days) or wake up from hibernate mode(windows 10) is a problem?

UPDATE:
After wake up from hibernate mode its working fine.

@nex3
Copy link
Contributor

nex3 commented May 31, 2019

Duplicate of #550

@nex3 nex3 marked this as a duplicate of #550 May 31, 2019
@nex3 nex3 closed this as completed May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants