vagrant-cachier-ng/docs/bower.md
Sébastien LECACHEUR 973d5d1a8f Add support for Bower
2014-10-04 01:34:44 +02:00

14 lines
303 B
Markdown

# [Bower](http://bower.io/)
Compatible with probably any type of linux guest distro, will cache guests'
`$HOME/.cache/bower` if bower is detected.
To manually enable it:
```ruby
Vagrant.configure("2") do |config|
config.vm.box = 'some-box-with-bower-installed'
config.cache.enable :bower
end
```