Add grunt-cli so grunt kss works #275
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue