You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
meteor
version: 3.0.3activetree:scss3
version: 1.0.3I 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, ranmeteor 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-cd624fb45f816502121cd3213450494a09bde202f54f06e17efca403c04833abOther than this minor issue, this package works pretty good.
The text was updated successfully, but these errors were encountered: