Skip to content

Commit

Permalink
remove jsmin from top-level namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser authored and marcroberts committed Oct 29, 2010
1 parent cd1e12d commit d1fb124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/synthesis/asset_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def compressed_file
end

def compress_js(source)
jsmin_path = File.join(File.dirname(__FILE__), '..', 'jsmin.rb')
jsmin_path = File.join(File.dirname(__FILE__), 'jsmin.rb')
tmp_path = "#{Rails.root}/tmp/#{@target}_packaged"

# write out to a temp file
Expand Down
File renamed without changes.

0 comments on commit d1fb124

Please sign in to comment.