Skip to content

Commit

Permalink
fixed error in dragonfly configuration. version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrit committed Apr 21, 2011
1 parent 7c470f6 commit 742c98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets_extension.rb
Expand Up @@ -15,7 +15,7 @@ class AssetsExtension < Radiant::Extension
dragonfly.configure_with(:imagemagick)
# Overriding command to strip metadata from resized/converted images
# see https://github.com/markevans/dragonfly/pull/61#issuecomment-1037694
dragonfly.configure do |c|
dragonfly.processor.configure do |c|
c.convert_command = 'convert -strip'
end
dragonfly.configure_with(:rails)
Expand Down
2 changes: 1 addition & 1 deletion lib/radiant-assets-extension.rb
@@ -1,3 +1,3 @@
module RadiantAssetsExtension
VERSION = '0.0.8'
VERSION = '0.0.9'
end

0 comments on commit 742c98f

Please sign in to comment.