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 LC_ALL=C.UTF-8
- name: install bower
- name: install js packages
npm:
name=bower
name={{ item }}
global=yes
state=present
with_items:
- bower
- gulp
- gulp-rename
- gulp-less
- gulp-minify-css
sudo: yes
handlers: