gulp-starter
Here are 88 public repositories matching this topic...
A boilerplate for building web projects with Gulp.js.
-
Updated
May 25, 2020 - JavaScript
Gulp Webpack Starter - fast static website builder. The starter uses gulp toolkit and webpack bundler. Download to get an awesome development experience!
-
Updated
May 28, 2020 - JavaScript
Gulp 4.0 configuration for static sites development
-
Updated
Sep 20, 2018 - JavaScript
Sass starter files using Gulp v4.0.0
-
Updated
Jun 7, 2020 - JavaScript
Gulp with TailwindCSS Starter Kit
-
Updated
Jan 24, 2020 - JavaScript
-
Updated
Jun 11, 2018 - JavaScript
WTF Gulp starter kit for static sites development.
-
Updated
May 27, 2020 - CSS
Gulp Starter template for creating landing page
-
Updated
May 9, 2017 - ApacheConf
Starter template for AngularJS projects with Gulp & BrowserSync.
-
Updated
Mar 18, 2017 - JavaScript
gulp starter with pug/scss/webpack/svg sprites and dashboard for html pages
-
Updated
May 19, 2020 - HTML
A simple setup for gulp 4.0.0, babel 7.3.4, browserify 16.2.3
-
Updated
Mar 12, 2019 - JavaScript
The build tool for Front-end using Gulp 4
-
Updated
Apr 26, 2020 - JavaScript
Starter Kit, which contains all the standard frontend developer tasks - build styles and layout, image optimization, JS minification, creating icon-font from SVG and much more.
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Feb 15, 2017 - HTML
Gulp Eagle is based on Laravel Elixir, which provides a clean, fluent API for defining basic Gulp tasks.
-
Updated
Nov 24, 2017 - JavaScript
A set of gulp tasks combined into a configurable asset pipeline.
-
Updated
Jun 2, 2020 - TypeScript
Project Start for Gulp.
-
Updated
Aug 13, 2017 - JavaScript
Frontend development automation and task management
-
Updated
May 11, 2017 - JavaScript
Minimalistic gulp starter project only with browser-sync live-reload support...
-
Updated
Jun 25, 2017 - HTML
Testing, Development and Building tool for angularJS front-end project. Quickly start your angularJS project, develope with flexibility using dev command line tools and build a deploy version with source minification.
-
Updated
May 15, 2019 - JavaScript
Starter by https://github.com/una modified by http://www.iamarek.com
-
Updated
Feb 25, 2019 - CSS
Simple template with Pug/SCSS on Gulp
-
Updated
Oct 26, 2018 - CSS
Стартовый шаблон, который включает в себя автоматизацию задач во frontend-разработке
-
Updated
Apr 14, 2018 - JavaScript
[READ-ONLY] Front-end development starter kit for beginners
-
Updated
Mar 3, 2017 - JavaScript
html starter template with gulp
-
Updated
Jul 19, 2017 - JavaScript
Improve this page
Add a description, image, and links to the gulp-starter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gulp-starter topic, visit your repo's landing page and select "manage topics."


#477 and a couple different #478 bugs stem from the expectation that setting
prebuild: []orpostbuild: []is a way of saying "prebuild: nothing" and "postbuild: nothing". In fact, the empty array creates problems (see the linked issues for examples)This should at least be documented. Supporting
[]as "nothing" would be an easy enhancement