eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 313 forks source link

glue: error: --optipng argument is deprectated since v0.3 #161

Closed facconi closed 9 years ago

facconi commented 9 years ago

Using Cactus==3.0.2 and glue==0.11.1. This happens when running cactus build.

facconi commented 9 years ago

Using pip install "glue<0.9" fixes temporary the issue.

krallin commented 9 years ago

Hey there,

This should not prevent Cactus from properly running (it's just warning).

Either way, since glue has deprecated that option, I'm removing it from Cactus as well.

Thanks!