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
It appears that livereload.js removes old versions of the stylesheet but it is not working for me. I didn't notice this being a problem until I tried deleting a line of CSS and it appeared that liveupdate was not working. In fact it was working but the new stylesheet didn't have the declaration and the previous one did so it was still applying.
Other than that the reload all works great.
My css files are added with <style>@import url("http://example.com/sites/all/themes/omega/css/modules/system/system.base.css?mqgw4v");</style> etc. (it's a drupal site and this is how it's handled by default). Looking at livereload.js maybe it's only looking for <link> tags? But maybe I'm misreading the code, that is just a guess.
Thanks!
Colin
The text was updated successfully, but these errors were encountered:
I think this may be a better issue for the livereload project so I reposted this issue over there. If anyone has any suggestions though I'd love to hear it.
It appears that livereload.js removes old versions of the stylesheet but it is not working for me. I didn't notice this being a problem until I tried deleting a line of CSS and it appeared that liveupdate was not working. In fact it was working but the new stylesheet didn't have the declaration and the previous one did so it was still applying.
Other than that the reload all works great.
My css files are added with
<style>@import url("http://example.com/sites/all/themes/omega/css/modules/system/system.base.css?mqgw4v");</style>
etc. (it's a drupal site and this is how it's handled by default). Looking at livereload.js maybe it's only looking for<link>
tags? But maybe I'm misreading the code, that is just a guess.Thanks!
Colin
The text was updated successfully, but these errors were encountered: