We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78570a commit eeb79e7Copy full SHA for eeb79e7
Vagrantfile
@@ -54,5 +54,8 @@ Vagrant.configure(2) do |config|
54
55
# set node.js
56
nodebrew use stable
57
+
58
+ # install task runner modules
59
+ npm install -g grunt-cli gulp-cli
60
SHELL
61
end
0 commit comments