Add grunt-cli so grunt kss works #275

Merged
wolcen merged 1 commit from add-grunt into master 2018-11-02 17:55:07 +00:00
Showing only changes of commit 96f8f70fcf - Show all commits

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: