Gulp and asset building (optional)

Description of how to setup and use local asset building for css and javascript.

Setup

If you want to build assets locally, not using Docker, you need npm and Node.js.

Using Gulp is optional if you want to use Docker for that instead.

Build assets manually

gulp

Build assets automatically

gulp watch

Build assets using Docker

Use the make command make gulp <args> in Starter Kit.

Last updated