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

Meteor hot reload not updating bundle with scss changes #2

Open
1 of 3 tasks
warmbowski opened this issue Sep 21, 2024 · 1 comment
Open
1 of 3 tasks

Meteor hot reload not updating bundle with scss changes #2

warmbowski opened this issue Sep 21, 2024 · 1 comment

Comments

@warmbowski
Copy link

  • Feature request
  • Bug report
  • Question

meteor version: 3.0.3
activetree:scss3 version: 1.0.3

I have a problem in development where after editing scss files I see a the cli running meteor show "refreshing", but then the web browser doesn't get updated css. I checked the .meteor/local/builds/programs/web.browser and it also wasn't updated. I tried stopping the server and restarting and had the same results after reloading. Finally I stopped the server, ran meteor reset and restarted and the updated css was finally in the bundle.

My expectation is that changes in scss files result in a hot reload with the css updates.

I was upgrading an older app from meteor 2.15 to meteor 3.0.3. In the process I removed fourseven:scss and replaced with this package. Here's a look at my MR if you want to check out the changes: https://github.com/StackThis/stackmatch/pull/28/files#diff-cd624fb45f816502121cd3213450494a09bde202f54f06e17efca403c04833ab

Other than this minor issue, this package works pretty good.

@illusionfield
Copy link

illusionfield commented Sep 27, 2024

We are currently working on this issue at the same place, and it is possible that a solution will be available in the near future.
activitree/scss#1

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