51 52 53 54 55
# File 'lib/juscrcompiler.rb', line 51 def compress @merged.each_index do |i| @merged[i] = JSMin.minify(@merged[i]) end end