install gulp

This commit is contained in:
Marvin Steadfast 2015-10-15 16:40:19 +02:00
parent 8624d94268
commit 9431caec8e

View File

@ -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: