Skip to content

Commit

Permalink
disable image optim railstie for now, we run it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed May 29, 2015
1 parent 5b22fed commit 5539ea7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ def config.database_configuration
end
end

# Disable so this is only run manually
# we may want to change this later on
# issue is image_optim crashes on missing dependencies
config.assets.image_optim = false

# Custom directories with classes and modules you want to be autoloadable.
config.autoload_paths += Dir["#{config.root}/app/serializers"]
config.autoload_paths += Dir["#{config.root}/lib/validators/"]
Expand Down

0 comments on commit 5539ea7

Please sign in to comment.