install gulp
This commit is contained in:
parent
8624d94268
commit
9431caec8e
@ -74,11 +74,17 @@
|
|||||||
- export PYTHONIOENCODING=UTF-8
|
- export PYTHONIOENCODING=UTF-8
|
||||||
- export LC_ALL=C.UTF-8
|
- export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
- name: install bower
|
- name: install js packages
|
||||||
npm:
|
npm:
|
||||||
name=bower
|
name={{ item }}
|
||||||
global=yes
|
global=yes
|
||||||
state=present
|
state=present
|
||||||
|
with_items:
|
||||||
|
- bower
|
||||||
|
- gulp
|
||||||
|
- gulp-rename
|
||||||
|
- gulp-less
|
||||||
|
- gulp-minify-css
|
||||||
sudo: yes
|
sudo: yes
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
Loading…
Reference in New Issue
Block a user