cjohansen / juicer

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

The list command throws and exception for both css and js #1

Closed arisbartee closed 14 years ago

arisbartee commented 15 years ago

The list command throws and exception for both css and js

This is the exception output. Sorry I don't have time to fix it myself.

$ juicer list html/stylesheets/game.css /Library/Ruby/Gems/1.8/gems/juicer-0.2.5/lib/juicer/command/list.rb:44:in execute': private methodputs' called for #Logger:0x56c278 (NoMethodError) from /Library/Ruby/Gems/1.8/gems/juicer-0.2.5/lib/juicer/command/list.rb:40:in each' from /Library/Ruby/Gems/1.8/gems/juicer-0.2.5/lib/juicer/command/list.rb:40:inexecute' from /Library/Ruby/Gems/1.8/gems/cmdparse-2.0.2/lib/cmdparse.rb:438:in parse' from /Library/Ruby/Gems/1.8/gems/juicer-0.2.5/lib/juicer/cli.rb:27:inparse' from /Library/Ruby/Gems/1.8/gems/juicer-0.2.5/lib/juicer/cli.rb:37:in run' from /Library/Ruby/Gems/1.8/gems/juicer-0.2.5/bin/juicer:8 from /usr/bin/juicer:19:inload' from /usr/bin/juicer:19

cjohansen commented 15 years ago

Sorry about not replying, I though new issues would be sent by email, oops! Will fix soon.

evocateur commented 15 years ago

I have a fix for this in my fork, if you like.

cjohansen commented 15 years ago

Cool, I'll check it out and merge in this week. Thanks!

cjohansen commented 14 years ago

This was closed a while back