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 do have this aswell. I come around this by deactivating compiling on live server, then linking only compiled css. While in develop, I force compilation and then link two styles in my <head>
compiled css after "first" request <link rel="stylesheet" href="/custom.css">
actual compiled css <link rel="stylesheet" href="/static/compiled/custom.css">
I'm using these settings (version 0.11.0)
And my compiled CSS is available under the path
/css/style.css
.When I change
response
totrue
, I get a 404 error and instead my CSS becomes available at/style.css
.Path change when modifying this option is not documented anywhere, so it is indeed unwanted.
File structure:
The text was updated successfully, but these errors were encountered: