Christian Johansen

Results 80 comments of Christian Johansen

This is Nokogiri not working right. Unfortunately I have no idea why this happens. It may be a problem with the Nokogiri binary/Ruby 1.9.2/Win7 combination? Not seeing this locally (Linux).

So this basically ignores invalid utf-8 characters? Wouldn't it be better to fix them in the source files?

Warnings are a good compromise :)

I guess Juicer should probably ignore external URLs. Right now, the best approach I can think of is to put that statement in its own file, and use `cat` to...

JsLint options can be set inside a comment in JavaScript files. Unfortunately, there's no way (atleast for now) to skip certain files from JsLint when you run "merge". You can,...

`juicer merge -s`. Also `juicer merge -h`

There's not much. There's `--help` and http://cjohansen.no/en/ruby/juicer_a_css_and_javascript_packaging_tool

Nice going on the wiki. Unfortunately there is no way to set global jslint options with Juicer. Setting options in a file will still be file-local. I guess you could...

No test - how did you verify this?

@oc This is Ruby, and it's encoding handling is horrible :)