Skip to content

Commit

Permalink
Merge pull request #72 from mojavelinux/minify_fix
Browse files Browse the repository at this point in the history
return compressed input in minify extension
  • Loading branch information
tcurdt committed Feb 26, 2012
2 parents 71e96ec + 0adb664 commit dc2a658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/awestruct/extensions/minify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ def transform(site, page, input)
else
input
end
else
input
end
else
input
end
input
end

private
Expand Down

0 comments on commit dc2a658

Please sign in to comment.