rharriso/bower-rails

Allow root option passed in initializer file

turizoft opened this issue · 0 comments

Hi

When using inside a Docker container one should use the CLI option -allow-root everytime.

docker-compose run web rake bower:install['-allow-root']

Can this be configured inside the initializer as, for example:

BowerRails.configure do |bower_rails|
  bower_rails.allow_root = true
end

If it already exists would be awesome, if not would be a great addition.

Thanks in advance.