Skip to content

Commit

Permalink
Incorrectly compressing in stasis adapter when hitting ignored file
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Mar 4, 2012
1 parent 5bb1ec1 commit 4a58fa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified bin/yuicompressor-2.4.6.jar 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/smart_asset/adapters/stasis.rb
Expand Up @@ -29,7 +29,7 @@ def before_all
end

def before_render
return if @stasis.options[:development]
return if @stasis.options[:development] || @stasis.path.nil?
if @stasis.path =~ REGEX
@asset_rendered = true
elsif @asset_rendered && !@packaged
Expand Down

0 comments on commit 4a58fa6

Please sign in to comment.