Created
August 3, 2014 11:34
-
-
Save cjbell/0d86cadcf3b9f8cb4c95 to your computer and use it in GitHub Desktop.
config/application.rb with Bower
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module YourApp | |
class Application < Rails::Application | |
config.assets.paths << Rails.root.join('vendor', 'assets', 'components') | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment