Last active
December 16, 2015 12:59
-
-
Save atomgiant/5438672 to your computer and use it in GitHub Desktop.
How To Test Rails Asset pipeline in development
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
# NOTE: To test asset pipeline in development set the following config.assets.* below in | |
# your config/environments/development.rb and then run: | |
# | |
# $ RAILS_ENV=development rake assets:precompile | |
# | |
# It is recommended you rm -rf public/assets and turn off these settings in development when | |
# you are finished or this may cause issues with assets in your local development environment | |
# | |
# config.assets.compress = true | |
# config.assets.compile = false | |
# config.assets.digest = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment