Skip to content

devwax/gulp-4-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp 4 with Bootstrap 4 Starter

This is a starter gulp project with bootstrap 4 and ES6 arrow functions, imports and destructured gulp object for greater code legibility.

task('clean-static-html',  () => del('../html/**/*', { force: true }))

Install

npm i

Run npm commands

npm run dev (dev server)

npm run build (production)

View the Gulpfile and package.json for other tasks and scripts.

ToDo

  • Separate vendor js/css into separate tasks for easier CDN-ification
  • Modularize gulp files
  • Better starter page(s) and css

About

Starter for Gulp 4 with Bootstrap 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published