Add grunt-cli so grunt kss works

This commit is contained in:
Chris Thompson 2018-11-01 17:20:11 -04:00
parent 5ebdc589e8
commit 96f8f70fcf

View file

@ -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: