Created
April 8, 2011 10:39
-
-
Save jodosha/909622 to your computer and use it in GitHub Desktop.
Configuration example for https://github.com/jodosha/assets_packager
This file contains 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
# config/initializers/assets.rb | |
AssetsPackager.configure do |config| | |
config.root_path = ::Rails.public_path | |
config.file_path = ::Rails.root.join('config', 'assets.yml') | |
end |
This file contains 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
# config/assets.yml | |
--- | |
css: | |
- application | |
- jquery-ui | |
js: | |
- jquery | |
- jquery-ui | |
- jquery.rails | |
- application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment