-
Notifications
You must be signed in to change notification settings - Fork 593
Small tweaks to compress.rb (optional PNG grid flag, fixed semantic classes for ruby 1.9+) #20
base: master
Are you sure you want to change the base?
Conversation
@nemoDreamer It looks like the build is failing - mind getting this working so I can merge? |
Will do! Thanks for considering it ;) On Fri, Nov 8, 2013 at 3:01 PM, Joshua Clayton notifications@github.comwrote:
|
This is a `chunky_png` wrapper w/ more support across platforms.
Travis seems to be failing on:
ffi is a chunky_png dependency which seems to have had problems around the time I submitted this pull request. |
multi_json (1.9.2) | ||
nokogiri (1.6.1) | ||
mini_portile (~> 0.5.0) | ||
oily_png (1.1.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oily_png
wraps chunky_png
Travis is failing on:
continue. Are you sure Travis ever worked for you? |
Any news on fixing the Travis config? |
This and all other pull-requests will fail, since the base build in https://github.com/joshuaclayton/blueprint-css/tree/master is broken. Attempting to fix it in #21. |
ChunkyPNG seems to be flaky on a lot of peoples dev environments, so i made it optional w/ the -g flag.
Semantic Classes was using Array's implicit .to_s, which causes a ["...", "..."] output in newer versions of Ruby.