Fix autoreloading in development environment
This commit is contained in:
parent
740c133ce3
commit
56675a514b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue