From 96f8f70fcf6a5bbe8cc7b54e24f59e83e38537d4 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 1 Nov 2018 17:20:11 -0400 Subject: [PATCH] Add grunt-cli so grunt kss works --- provisioning/box/post-tasks/10-drupal.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/provisioning/box/post-tasks/10-drupal.yml b/provisioning/box/post-tasks/10-drupal.yml index a934b1d..7f60da5 100644 --- a/provisioning/box/post-tasks/10-drupal.yml +++ b/provisioning/box/post-tasks/10-drupal.yml @@ -77,6 +77,12 @@ path: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary" state: present +- name: Install grunt-cli + npm: + name: grunt-cli + global: yes + state: present + - name: Build theme artifacts command: grunt kss args: