A simple boilerplate with Sass using gulp. Made for static website projects which are not available to use modern frameworks. ex. small companies' websites, WordPress templates, etc.
- del
- gulp-sass
- gulp-concat
- gulp-minify
- gulp-autoprefixer
- gulp-babel
- browser-sync
- gulp-imagemin
- imagemin-mozjpeg
- imagemin-pngquant
- gulp-file-include
- gulp-assetpaths
- gulp-sourcemaps
npm install --save-dev gulp gulp-sass browser-sync gulp-imagemin gulp-autoprefixer imagemin-mozjpeg imagemin-pngquant gulp-minify gulp-concat gulp-babel @babel/core @babel/preset-env babel-polyfill gulp-file-include del gulp-assetpaths gulp-sourcemaps
Run all tasks to build production files gulp
- Clean
gulp clean
- Image
gulp image
- CSS
gulp css
- JS
gulp js
- Watch
gulp watch
0.0.4 (Dec 2020) - Add sourcemaps and assetpaths, fix favicon, update gulpfile.js
0.0.3 (Oct 2020) - Organize file structure
0.0.2 (Sep 2020) - Fix gulpfile.js bug, update scss structure and names
0.0.1 (Aug 2020) - Initial commit