Skip to content

Commit

Permalink
Add suggestion as to how you can app the the assets load path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 3, 2014
1 parent fc6b533 commit 5132f83
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -3,6 +3,9 @@
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'

# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path

# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )

1 comment on commit 5132f83

@rafaelfranca
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.