-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something is wrong with app.css #14
Comments
Hm, it's working on my end. Did you run Could you provide steps in order to reproduce the issue please? |
I just added theme via GPM |
Ill try installing with GPM, brb EDIT: Could you provide a screenshot or something of the issue? What's your project setup? Did you run |
I followed all the steps and after running |
The asset path is set in haywire.yaml. My guess is that this issue may be caused by the asset cache-busting I implemented recently, see haywire.php. Maybe this is an incorrect way of implementing this type of thing, I'm not super-up-to-date when it comes to Grav – I have to do some research. One question though, why do you have two instances of Grav installed? Am I missing something here? 😕 When I'm testing this (with no issues) I'm installing grav + haywire theme in the following path Thanks for using the theme! |
Ok, I double-checked this issue again, did a fresh install of grav (via composer) + haywire theme (both via GPM and via git clone) and I still cannot reproduce the issues both of you are describing with assets not being loaded as it should/having faulty url. Could you please provide steps to reproduce the issue for me so that have something more to go on? 🧐 |
I didn't need the sub-folder, it was a mistake. So I installed Grav again, so now it's in htdocs/grav. I also installed haywire theme and I have the same problem as @diomed, it's looking for the haywire css file under |
I will look into this issue and hopefully have a fix ready for you soon! Sorry for the inconvenience with the asset cache busting update. I will let you know when there's an update/fix for this issue. |
Thanks for your hardwork building this theme and for looking into this issue. I hope you can find a fix soon. |
I've added a possible fix (28fce37) for this issue, I'm not 100% sure it works in your environment, had some issues setting up a similar dev environment using Laravel Valet. Would you mind testing in your environment to see if the problem still exists? @TiagoFonseca @diomed You'd have to clone $ cd user/themes/
$ git clone -b develop https://git@github.com/robbinfellow/haywire-grav.git
$ yarn && yarn production Please let me know if it works or not! |
Fixed in Go ahead and update:
|
it doesn't load bulma @ all in latest version of theme.
@ least not for me.
The text was updated successfully, but these errors were encountered: