Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Install gulp on the-vagrant.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Mar 25, 2016
1 parent 2ad9c0a commit d6a9caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/vagrant/provisioning/drupal8-skeleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- { role: php }
- { role: drupal }
- { role: drush }
- { role: gulp }
5 changes: 5 additions & 0 deletions conf/vagrant/provisioning/roles/gulp/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: Gulp | Install Gulp globally
sudo: yes
command: npm install --global gulp-cli
tags: gulp

0 comments on commit d6a9caf

Please sign in to comment.