Gulp and Sass
We bundle config to develop locally using Gulp.
Setup
# Run this on fist project init
make init
nvm 10 # Node 10 or lower
npm rebuild node-sassUsage
# Start environment
make start
gulp watchLast updated