Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Building one theme on top of another
· 11 years ago
Because scss is a server compiled thing, and it compiles multiple files into single ones, you would need to recompile any additional scss files for them to take effect. You can setup a series of path
-
Building one theme on top of another
· 11 years ago
In addition I tried to change the #logo in the _header.scss, disabling the // text-transform: uppercase; How do I do that without changing the _header.scss?
-
Building one theme on top of another
· 11 years ago
After creating a new theme using the streams setting on top of antimatter I stumbled upon a slight problem. It seems I cannot use custom SCSS files since they don't seem to be compilable this way. Is
-
Some minor windows problem
· 11 years ago
Thanks for confirming @neri, we'll be investigating this issue. Thanks!
-
Some minor windows problem
· 11 years ago
I am having a similar problem on windows 8.1. I'm running php version 5.6.3. Tested both manually installing plugins and git bash, but the results were the same. The plugins and themes install without
-
Some minor windows problem
· 11 years ago
PHP Version is currently 5.6.4 but the issue also existed in previous versions. I'll post issue and description to github for you.
-
Some minor windows problem
· 11 years ago
Also what php version are you running?
-
Some minor windows problem
· 11 years ago
Would you mind adding an issue for this so it doesn't slip through the cracks? https://github.com/getgrav/grav/issues
-
Some minor windows problem
· 11 years ago
Yes, grav works fine here even if 'gpm index' shows all plugins as 'not installed'. 'gpm install <plugin>' also works as expected. Odd, but then it's not really a problem, just a little window
-
Some minor windows problem
· 11 years ago
Also you can use the option -y to answer yes to all questions automatically and -q to get a quiet response, that's what I would do if I were running a script. the y automatically knows the best route