Add grunt-cli so grunt kss works
This commit is contained in:
parent
5ebdc589e8
commit
96f8f70fcf
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@
|
||||||
path: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
|
path: "{{ drupal_core_path }}/themes/custom/agarica/patternlibrary"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Install grunt-cli
|
||||||
|
npm:
|
||||||
|
name: grunt-cli
|
||||||
|
global: yes
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Build theme artifacts
|
- name: Build theme artifacts
|
||||||
command: grunt kss
|
command: grunt kss
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue