Skip to content

Instantly share code, notes, and snippets.

@atomgiant
Last active December 16, 2015 12:59
Show Gist options
  • Save atomgiant/5438672 to your computer and use it in GitHub Desktop.
Save atomgiant/5438672 to your computer and use it in GitHub Desktop.
How To Test Rails Asset pipeline in development
# 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