Fix autoreloading in development environment

This commit is contained in:
Eric Schultz 2018-11-07 14:20:41 -06:00
parent 740c133ce3
commit 56675a514b

View file

@ -52,7 +52,6 @@ Commitchange::Application.configure do
config.log_level = :debug config.log_level = :debug
config.threadsafe!
config.dependency_loading = true if $rails_rake_task config.dependency_loading = true if $rails_rake_task
# Turn this on if you want to mess with code inside /node_modules # Turn this on if you want to mess with code inside /node_modules
# config.browserify_rails.evaluate_node_modules = true # config.browserify_rails.evaluate_node_modules = true