Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Checkbox form field on modular page not working
· 10 years ago
Tracking on https://github.com/getgrav/grav/issues/933
-
Checkbox form field on modular page not working
· 10 years ago
I have got a frontend form working, but adding a checkbox field throws validate errors on the first two required fields, removing the checkbox field lets work again like a charm. Using a radion button
-
Bin/grav clear-cache everytime I git pull newest changes on my production server
· 10 years ago
I take it you are using CSS pipeline. This should be addressed in the imminent release of Grav 1.1
-
Bin/grav clear-cache everytime I git pull newest changes on my production server
· 10 years ago
@rhukster - in my case Grav doesn't clean the cache automatically when I do changes to CSS files so I need to do it myself :(
-
Bin/grav clear-cache everytime I git pull newest changes on my production server
· 10 years ago
A githook has to call a web URL. So you would need to exec a bash script from a php file. Be careful though, this can easily be abused and potentially causes problems for your site. BTW Grav shoul
-
Bin/grav clear-cache everytime I git pull newest changes on my production server
· 10 years ago
@flaviocopes where in git hooks I should put this?
-
Bin/grav clear-cache everytime I git pull newest changes on my production server
· 10 years ago
You can create a bash script like #!/bin/bash cd somewhere/grav git pull bin/grav clear-cache
-
Bin/grav clear-cache everytime I git pull newest changes on my production server
· 10 years ago
I want to run bin/grav clear-cache automatically everytime I git pull the code from my Bitbucket. Since I have cache on for all my assets, right now if I just git pull something the visual changes (to
-
Gravstrap
· 10 years ago
How can I add a fix menu on top of the page. The fix menu that should not be sticky is just a second menu with not so important stuff.
-
Grav 1.1 Released!
· 10 years ago
Full details in the blog post but this is our first major update since 1.0 was released and it contains many many enhancements, improvements and bug fixes. It should start showing up in your GPM updat