Andy Miller

Results 487 comments of Andy Miller

Wasn't able to replicate update failing, glad it worked via CLI though

The theme's CSS is not really controlled by Grav itself, the themes are really independent of Grav (other than potentially some twig stuff), so is your theme CSS not loading...

Nothing to do with Grav if you have HTML that's not rendering a style, you just need to inspect with your browser and see what's going on.

I did add the whitespace check but it doesn't fully resolve the problem. It just allows a way around the issue of a false positive. Checking inside HTML tags is...

just a config file? i think you are missing some files in your PR?

@ltguillaume sounds like a JS cache issue, or an incomplete update. I would maybe try a direct-install with the update package downloaded directly from github. @01Kuzma a Not Found error...

I will mention that the difference between 1.7.49.1 and 1.7.49.2 is merely a translation string thing and would not impact anything with updates: https://github.com/getgrav/grav/commit/afc1513aaddbb79cf45c0a885ca8a1b4d2e6a654 This was the only difference, hence...

'compose and git install' ? if you download the zip, it already has all the vendor libraries bundled there via the package builder.. nothing to do.

I can confirm that the composer install approach is borked. Not sure what, but i'll take a look at that.. Git works though: ```bash workspace/testing/grav-composer-test via 🐘 v8.3.24 ➜ git...