-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Using of .sassrc.js messes scss/sass watch #1291
Comments
This was referenced May 4, 2018
I did |
Still a bug with Yarn. |
So what is the solution here - use npm instead of yarn? |
I was not using yarn at all. maybe remove node_modules and install deps again? |
I got rid of the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This a 🐛 bug report.
🎛 Setup
.sassrc.js
(if instead i have
.sassrc
with{}
I don't have this issue. Why do I need .sassrc.js instead of .sassrc? as it's the way to depend on staff from node_modules or bower_components etc.. see #39 (comment))index.html
index.js
(same issue with using just a link tag in html)
index.scss
run
parcel watch index.html
and checkdist/*.css
it would be: (as expected)edit index.scss to and save file:
now
dist/*.css
file would be appended with new results instead of been overwritten:you can edit and save or just safe without editing, result of compiling current index.scss file is appended to
dist/*.css
💁 Possible Solution
I guess somewhere results of compilation is appended to css file instead of overriding.
🌍 Your Environment
also see #1280
The text was updated successfully, but these errors were encountered: