middleman-clowncar icon indicating copy to clipboard operation
middleman-clowncar copied to clipboard

Clowncar responsive images for Middleman

Results 3 middleman-clowncar issues
Sort by recently updated
recently updated
newest added

Added the type of license to the gemspec as requested in issue #2, I looked at your LICENSE.md and it seems to be an MIT licence.

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

I tried following the basic instructions: I downloaded the gem, added a section to config.rb: activate :clowncar generate_clowncar "StrongLevPics" and added two graduated sized images in a subdirectory of a...