Gulp and Sass

We bundle config to develop locally using Gulp.

We bundle config to develop locally using Gulp.

On stage or prod deploy, or locally on make init sass, javascript and images are handled by Docker. But you probably want a faster development cycle for scss or js files. Then you should use your local gulp.

Setup

This is how you set it up.

# Run this on fist project init
make init
nvm 10                       # Node 10 or lower
npm rebuild node-sass

Usage

Have this running in a terminal while developing.

# Start environment
make start
gulp watch

Last updated