This is a boilerplate for Pug + Sass Coding build up with Gulp v4.0.
$ git clone https://github.com/yikeda6616/gulp-static-starter-v4 <your-project-name>
$ cd <your-project-name>
$ yarn
$ yarn start
- Pug Compile(Beautified)
- Sass Compile
- CSS Autoprefix
- CSS Minify
- JavaScript ES6 Compile
- JavaScript Minify
- Image Minify
- BrowserSync(auto reload)
Deployable outputs generated by Gulp will be located in ./dist
directory.
This config can be modified in gulpfile.js/index.js
.
$ npx gulp -v
CLI version 2.3.0
Local version 4.0.2
$ node -v
v14.15.1