Skip to content

Commit 3a61ef7

Browse files
committed
enabled static assets
1 parent e6576e6 commit 3a61ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
config.action_controller.perform_caching = true
1010

1111
# Disable Rails's static asset server (Apache or nginx will already do this)
12-
config.serve_static_assets = false
12+
config.serve_static_assets = true
1313

1414
# Compress JavaScripts and CSS
1515
config.assets.compress = true

0 commit comments

Comments
 (0)