codemonkeynorth
codemonkeynorth
I'm using file cache.
hi @olivervogel . that's the link I posted above, which is where i got **ob_end_clean()** from so I understand that it's a general Laravel buffer issue not a specific Intervention...
this diagram should explain it:  My CPT = `kitchen`, my custom rewrite slug for that is `fitted-kitchens` My taxonomy is `kitchen_category`, my custom rewrite slug for that is `style`...
I think this is also related.. https://github.com/torounit/custom-post-type-permalinks/issues/85 (in this case re: custom post type alias slugs) it seems if you give your base an alias slug, rather than the default,...
@thecrypticace that would be great. Thanks for investigating. Currently I'm letting mix / npm add the relevant dependencies, deleting node_modules and reinstalling with pnpm once everything is in place in...
I noted here that copying files preferably should be optional since eg `imagemin` is also copying files, so specifically outputting files found in css `url()` references may not be wanted...
@thecrypticace does the code I noted in my reply here help? https://github.com/laravel-mix/laravel-mix/issues/3211#issuecomment-1141640373 We had a similar issue with WPEmerge theme where assets weren't getting copied with subfolders. It needs `path.relative`...
has there been any fix for this? if we use `processCssUrls: false` then we lose the cache busting rewrite etc. as noted above, the problem is the copy is not...
Hi @landbryo use Null Coalescing Operator ?? maybe? https://stackoverflow.com/questions/59674903/trying-to-access-array-offset-on-value-of-type-bool-in-php-7-4 thanks J [update: sorry I see you've added a fix.. will this be deployed to the wordpress plugin repo at some...
was going to add a Pull Request but the contribution docs seem out of date? https://docs.frontity.org/contributing/code-contribution-guide Specifically, there is no `examples` folder after running `npm install`