-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I have config.bower_components_path = Rails.root.join('vendor', 'assets', 'components') in application.rb, but there is no success:
$ rails c
2.1.1 :001 > Rails.application.config.bower_components_path
=> #<Pathname:/home/sergey/src/bowerify-test/lib/assets/components>Moving
app.config.bower_components_path = Rails.root.join('lib', 'assets', 'components')
app.config.assets.paths << app.config.bower_components_pathfrom bowerify/railtie.rb to application.rb with custom path solved this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels