A Simple Gulp Workflow
A tutorial on setting up a basic Gulp.js workflow to automate SASS compilation, JS concatenation, and minification for web development.
A tutorial on setting up a basic Gulp.js workflow to automate SASS compilation, JS concatenation, and minification for web development.
Advanced Gulp.js recipes for tasks like user prompts and folder syncing, explaining when plugins are unnecessary.
A developer shares three practical Gulp.js recipes based on common StackOverflow questions, including conditional file deletion and managing watch tasks.
A guide on using Gulp or Grunt build tools to automatically strip console and debugger statements from JavaScript code before production deployment.
A technical guide on using Gulp and Browserify to create multiple JavaScript bundles, explaining compatibility and the vinyl-source-stream plugin.
A guide to setting up an on-demand PHP server using Grunt or Gulp, and integrating it with BrowserSync for live reloading during development.
A guide on converting Laravel 5's default frontend scaffold from CDN links to using Bower for dependency management.
A guide to syncing remote Craft CMS sites to a local development machine, covering plugins, scripts, and tools like rsync.
A guide on configuring Gulp with Sass, Autoprefixer, and Sourcemaps to maintain sourcemap integrity during CSS processing.