vagrant-cachier-ng/docs/buckets/bower.md
2014-10-15 01:25:38 -03:00

303 B

Bower

Compatible with probably any type of linux guest distro, will cache guests' $HOME/.cache/bower if bower is detected.

To manually enable it:

Vagrant.configure("2") do |config|
  config.vm.box = 'some-box-with-bower-installed'
  config.cache.enable :bower
end