Ryan Boog

Results 15 issues of Ryan Boog

When running multisite with subfolder, the route includes the subfolder. The `find` function returns `null` since it only needs the page route, without the subfolder. This commit removes that subfolder...

### Bug / Question * How to reproduce the issue? Create a repo that you can compile an asset to, like Tailwind or SCSS. Add the artifacts in your step...

stale

If I have a line of code in my CSS, like: ``` @font-face { font-family: 'gotham-book'; src: url('../fonts/gotham-book.woff') format('woff'); } ``` When Grunt Critical is fired it changes the path...

Unless I'm reading into things wrong, when extracting the Critical CSS it should delete those rules from the file it grabbed them from. Is that the intention or does that...

I'm trying https://image.nuxtjs.org/nuxt-picture but my results aren't matching the documentation. The documentation says: > When you use modern formats like webp in the component, a fallback image with jpeg format...

enhancement

Without this conditional, checkboxes render a blank label `` Having the blank label screws with accessibility. Sure, you can manually set each checkbox to `display_label: false` but that in itself...

`npm install bootstrap` Then setup your Gruntfile with these options: ``` concat: { options: { separator: ';' }, modal: { src: ["node_modules/bootstrap/js/dist/util.js","node_modules/bootstrap/js/dist/modal.js"], dest: "js/modal.js" } }, ``` Now open your...

Addressing https://github.com/trilbymedia/grav-plugin-git-sync/issues/228 and subsequently https://github.com/trilbymedia/grav-plugin-git-sync/issues/213 and possible https://github.com/trilbymedia/grav-plugin-git-sync/issues/222 Also note that sparse checkout has been flaky at best for the 50+ sites that we have tried it on. We developed...

First and foremost, thank you for your contributions to this awesome tool. When working properly, it's invaluable. In the course of using your plugin, we've encountered many challenges associated with...

Sizes are forced to 1em. Yes, I treat this as a bug. I understand that it may be a bit simpler for someone to import the module and not worry...

bug