gifteconomist / gulp-boilerplate

Gulp boilerplate for building static sites with template engines, scss & optimized assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulpfile.js

Tasks for building static sites or prototyping in the browser.

Tasks

  • SCSS minification and source mapping
  • JS concatenation and minification
  • Pug to HTML with flexible paths for output
  • Live reload using BrowserSync
  • Image compression, optimization, caching

Directory structure

├── src/
│   ├── sass/
│   ├── scripts/
│   ├── images/
│   ├── pug/   
│   │   ├── index.pug
│   │   ├── includes/
├── public/
│   ├── css/
│   ├── js/
│   ├── img/
├── index.html   
├── templates/

About

Gulp boilerplate for building static sites with template engines, scss & optimized assets


Languages

Language:JavaScript 100.0%