Skip to content

Commit d554df1

Browse files
author
Miguel Barrenechea
committed
Merge branch 'master' of heroku.com:wri-gfw
2 parents e4ac5ac + b94c99d commit d554df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/production.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# config.assets.compile = true
3131

3232
# Generate digests for assets URLs.
33-
config.assets.digest = false
33+
config.assets.digest = true
3434

3535
# Version of your assets, change this if you want to expire all your assets.
3636
config.assets.version = '11'
@@ -61,7 +61,7 @@
6161

6262
# Precompile additional assets.
6363
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
64-
# config.assets.precompile += %w( modernizr-2.6.2.min.js home.js stories.js countries.js static.js landing.js map.js old.js embed_countries.js embed_map.js home.css stories.css countries.css static.css landing.css map.css)
64+
config.assets.precompile += %w(stories.js countries.js static.js landing.js map.js embed_countries.js stories.css countries.css static.css landing.css map.css)
6565

6666
# Require JS
6767
# config.requirejs.loader = :almond

0 commit comments

Comments
 (0)