#
gulp-starter
Here are 88 public repositories matching this topic...
A boilerplate for building web projects with Gulp.js.
javascript
css
gulp
sass
boilerplate
minify
autoprefixer
build-tool
gulp-starter
svgo
concatenate
gulp-boilerplate
-
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!
gulp
static-site-generator
gulp-tasks
webpack
wordpress-development
yarn
webpack-configuration
templates
browsersync
gulp-starter
static-site-generation
svg-sprites
webpack-starter
-
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 🔥
gulp
sass
template
gulp-tasks
gulpfile
scss
starterkit
starter-template
starter
gulpjs
starter-kit
sass-files
sass-boilerplate
gulp-starter
gulp4
starter-files
starter-project
gulp-sass
browersync
starter-pack
-
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.
nodejs
angularjs
gulp
gulpfile
angular1
starterkit
starter-template
mean
starter
startup
quickstart
starter-kit
gulp-starter
quick
mean-stack
meanstack
meanstack-framework
meanstackjs
starter-project
jump-start
-
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.
css
gulp
sass
automation
gulp-tasks
es6
gulpfile
transpiler
gulpjs
gulp-starter
gulp-rev
jaavscript
gulp-sass
gulp-babel
-
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.
angularjs
gulp
gulp-plugin
gulp-tasks
gulp-plugins
gulpfile
watch
gulpjs
gulpplugin
gulp-starter
gulp-js
angularjs-boilerplate
angularjs-application
gulp-task
angularjs-front
-
Updated
May 15, 2019 - JavaScript
Starter by https://github.com/una modified by http://www.iamarek.com
css
gulp
html
boilerplate
boilerplate-template
scss
starter-template
starter-kit
gulp-starter
boilerplate-html
starter-project
-
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