Skip to content

Commit

Permalink
return compressed input
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 26, 2012
1 parent 71e96ec commit 0adb664
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 0adb664

Please sign in to comment.