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 }))npm i
npm run dev (dev server)
npm run build (production)
View the Gulpfile and package.json for other tasks and scripts.
- Separate vendor js/css into separate tasks for easier CDN-ification
- Modularize gulp files
- Better starter page(s) and css