Learn Eleventy From Scratch could really do with an update
Author discusses the need to update a free Eleventy course due to outdated Gulp and Sass setups, but lacks time/resources to do so.
Author discusses the need to update a free Eleventy course due to outdated Gulp and Sass setups, but lacks time/resources to do so.
A tutorial on setting up and using Dart Sass with Gulp for compiling modern Sass features, including performance tips.
A technical guide on customizing Tailwind CSS configuration, optimizing CSS with PurgeCSS, and integrating it into a CI pipeline for Blazor applications.
A tutorial on integrating the Tailwind CSS framework with Blazor web applications using Gulp for build automation.
A guide to migrating a Gulp 3 configuration to Gulp 4, covering API changes, error resolution, and modern ES6 syntax.
The author open-sourced their personal blog, detailing the tech stack (Eleventy, Gulp, Node) and the reasoning behind their architectural choices.
A developer's guide to setting up integration tests with Ava.js and Express, exploring alternatives to Supertest and using Gulp for server management.
Explores undocumented Gulp event handling to properly terminate Node.js processes after running Ava.js integration tests against Express servers.
A developer details the 2017 technical relaunch of their personal website, switching from WordPress to Jekyll for a static, fast, and accessible site.
A guide to using Vue.js components in Laravel 5.3, covering the default JavaScript stack, configuration files, and setup.
A guide to using ES6 features in Node.js projects, covering version support and setting up Babel with Gulp for transpilation.
A developer explains building a security-focused static code analysis tool for Gulp by extending an existing plugin, following open source philosophy.
A technical guide on converting images to progressive JPEGs using the GraphicsMagick library and Node.js for improved web performance.
A guide to creating a Gulp-based workflow for building and automating HTML email templates, including templating, SASS compilation, and CSS inlining.
A guide to building a flexible, scalable SVG icon system using Gulp and external SVG symbol sprites for web development.
Explains how to use Promises with Gulp for advanced file synchronization tasks, including copying new files and deleting removed ones.
A guide on using Gulp to automate the installation of Bower packages from multiple configuration files in a multi-theme web application.
A guide on using Gulp.js and the 'request' package to fetch files from a CDN and integrate them directly into your build pipeline.
Explains the new task execution system in Gulp 4, focusing on the gulp.series and gulp.parallel functions for managing task order.
A guide to using template engines with Gulp to modularize HTML, break code into reusable partials, and populate markup with data.