aaemnnosttv / docker-sage-build

A docker container for running the Roots Sage theme build.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sage Build

Build theme assets for Roots Sage.

Usage

  • Change directory to the theme's root.
  • Install dependencies defined in package.json
docker run --rm -v $PWD:/opt aaemnnosttv/sage-build:8 install
  • Run the build
docker run --rm -v $PWD:/opt aaemnnosttv/sage-build:8 run build

Alternatively build for production

docker run --rm -v $PWD:/opt aaemnnosttv/sage-build:8 run build -- --production

About

A docker container for running the Roots Sage theme build.