Skip to content

Commit 1f984e0

Browse files
move theming to the main lando file.
1 parent 27502cf commit 1f984e0

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

.lando.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ services:
4444
extras:
4545
- apt -qq update && apt -qq -y install pv jq
4646
node:
47-
type: node:14
47+
type: node:8
48+
globals:
49+
gulp-cli: "latest"
50+
gulp: "latest"
51+
build:
52+
- "cd $LANDO_MOUNT/docroot/themes/custom/dcz_theme && npm install"
4853
# Needed for gulp-notify in themes to prevent errors
4954
# when running watch task.
5055
extras:

sass.lando.local.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)