Skip to content

Commit

Permalink
Issue 324: BLT DrupalVM to include NodeJS tools as well as php-bcmath…
Browse files Browse the repository at this point in the history
… ext. (acquia#325)
  • Loading branch information
bhasselbeck authored and grasmash committed Aug 29, 2016
1 parent 49af7a3 commit dad60d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,18 @@ install_site: false
# this variable is 'true'.
configure_drush_aliases: false

# This is required for front-end building tools.
nodejs_version: "0.12"
nodejs_npm_global_packages:
- name: bower
- name: gulp-cli
nodejs_install_npm_user: "{{ drupalvm_user }}"
npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"
installed_extras:
- nodejs

extra_packages:
# This is required for PhantomJS Installer.
- php-bz2
- subversion
- php-bcmath

0 comments on commit dad60d6

Please sign in to comment.