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:
Hey! Yeah, I may only be looking at @import tags in <link>'ed stylesheets, even though I distinctly remember fixing Drupal compatibility issues. Can you test if the LiveReload app handles it any better? Trial ver here. Guard might be using an older version of livereload.js.
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: