Skip to content

Commit

Permalink
Force assets expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Jan 10, 2014
1 parent 58eb1dd commit 35ca83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
config.assets.digest = true

# Version of your assets, change this if you want to expire all your assets.
config.assets.version = '1.0'
config.assets.version = '1.1'

# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
Expand Down

0 comments on commit 35ca83a

Please sign in to comment.