sinefunc / sinatra-minify

CSS/JS compression
MIT License
24 stars 1 forks source link

Doesn't work on Ruby p174 #1

Closed elado closed 14 years ago

elado commented 14 years ago

Throws wrong number of arguments (4 for 2) package.rb line 4

code should be

attr :type attr :set attr :compressor attr :filename

instead of

attr :type, :set, :compressor, :filename

same for compressor.rb

Thanks.

sinefunc commented 14 years ago

Thanks for posting this. fixing...

cyx commented 14 years ago

Closed by be07a127c9e717c36761a764d2a557a2d5ca577f

sinefunc commented 14 years ago

v0.2.3 was just released. Have a look!