Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created August 3, 2014 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjbell/0d86cadcf3b9f8cb4c95 to your computer and use it in GitHub Desktop.
Save cjbell/0d86cadcf3b9f8cb4c95 to your computer and use it in GitHub Desktop.
config/application.rb with Bower
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