Skip to content

Commit c8154c6

Browse files
committed
f
1 parent 426dcfa commit c8154c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/application.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class Application < Rails::Application
1515
config.assets.paths << Rails.root.join('vendor', 'assets', 'components')
1616
config.assets.precompile += %w( js-routes.js application.js minimal.css application.css )
1717
# Custom directories with classes and modules you want to be autoloadable.
18-
config.autoload_paths += %W{#{config.root}/app}
19-
config.autoload_once_paths += %W{#{config.root}/lib}
20-
#config.autoload_paths += %W(#{config.root}/lib)
18+
#config.autoload_paths += %W{#{config.root}/app}
19+
#config.autoload_once_paths += %W{#{config.root}/lib}
20+
config.autoload_paths += %W(#{config.root}/lib)
2121

2222
# Only load the plugins named here, in the order given (default is alphabetical).
2323
# :all can be used as a placeholder for all plugins not explicitly named.
@@ -65,10 +65,10 @@ class Application < Rails::Application
6565
config.assets.enabled = true
6666

6767
# Speed up precompile by not loading the environment
68-
config.assets.initialize_on_precompile = true
68+
config.assets.initialize_on_precompile = false
6969

7070
# Version of your assets, change this if you want to expire all your assets
71-
config.assets.version = '20'
71+
config.assets.version = '21'
7272

7373
# Configure generators values. Many other options are available, be sure to check the documentation.
7474
config.generators do |g|

0 commit comments

Comments
 (0)