Merge branch 'add-grunt' into 'master'

Add grunt-cli so grunt kss works

See merge request agaric/sites/agaric-com!32
This commit is contained in:
Chris Thompson 2018-11-02 17:55:06 +00:00
commit b78886351e

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: