Created
February 12, 2017 01:14
-
-
Save jgonzalezd/20bd96ade435c0eca20000b5cb4a339f to your computer and use it in GitHub Desktop.
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
# 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( jquery-ui/autocomplete.js ) | |
Rails.application.config.assets.precompile += %w( pages/home.* ) | |
Rails.application.config.assets.precompile += %w( pages/home/search_form.* ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment