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
When I now do touch css/import.css, livereload attempts to reload /import.css?livereload=1622798509993 instead of /css/import.css?livereload=1622798509993.
The text was updated successfully, but these errors were encountered:
liskin
added a commit
to liskin/xmonad-web
that referenced
this issue
Jun 4, 2021
Gets rid of the annoying
[2021-06-04 10:27:26] ERROR `/font-raleway.css' not found.
because livereload incorrectly handles relative @import in CSS.
Related: lepture/python-livereload#248
Gets rid of the annoying
[2021-06-04 10:27:26] ERROR `/font-raleway.css' not found.
because livereload incorrectly handles relative @import in CSS.
Related: lepture/python-livereload#248
When I now do
touch css/import.css
, livereload attempts to reload/import.css?livereload=1622798509993
instead of/css/import.css?livereload=1622798509993
.The text was updated successfully, but these errors were encountered: