Hello there,
as some of you might remember, I released my Kirby boilerplate with Gulp integration a while ago on Github. I’ve been working on a K3 version recently, which is now fully operational:
For a full feature list, check out its README. Basically, all configuration is done inside config.js with many comments and links.
Besides local PHP/Webserver setups and LAMP solutions (MAMP, Virtualbox/Vagrant etc), I wanted to keep basic support for development with PHP’s built-in server (currently default via Gulp). At the same time, simply downloading it should also work.
Also, I prepared all necessary files (mostly index.php and documentation) to easily switch to the (somehow recommended) more secure setup (removing compatibility with Valet & PHP’s dev server).
Furthermore, I forked @rasteiner’s excellent Docker Compose repository for out-of-the-box StarterKit integration, which can be found here:
I 'm always happy to receive your input, thoughts and suggestions!
I waited for this, thx so much!
Not a docker person myself, but the rest is gold. But what about webp support? maybe also font optimising / subsetting stuff would be great
Now that Firefox supports WebP, that’s really an option. In my K2 version, I supported basic WebP generation, and for K2 itself there was a (pretty simple) plugin. Whenever I find the time, I’ll spin something up