cjohansen / juicer

A command line tool for JavaScript and CSS developers
630 stars 47 forks source link

Fixes some UTF-8 ArgumentErrors I was getting with the regular expression in Ruby 1.9.3 #67

Closed ckraybill closed 11 years ago

ckraybill commented 11 years ago

The encoding cannot be guaranteed in the file source read in from IO.foreach.

cjohansen commented 11 years ago

Thanks, pushed 1.0.19 now.