Skip to content

Commit eeb79e7

Browse files
committed
changed to install task runner modules
1 parent c78570a commit eeb79e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Vagrantfile

+3
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@ Vagrant.configure(2) do |config|
5454
5555
# set node.js
5656
nodebrew use stable
57+
58+
# install task runner modules
59+
npm install -g grunt-cli gulp-cli
5760
SHELL
5861
end

0 commit comments

Comments
 (0)