Gulp + Smart-grid + Pug + SASS
It’s easy Gulp+Pug+SASS+Smart-grid boilerplate
npm i
bower i
gulp
to run watchers, server and compilersgulp production
to minify files for production
interact # Project root
├── /blocks/ # Source files
├── /app/ # Compiled files for developing
├── /build/ # Minified files for production
├── bower.json # List of 3rd party libraries and utilities
├── package.json # Dependencies for node.js
├── gulpfile.js # gulp.js config
├── LICENSE # License file
├── README.md # File you read