CultivateLabs / storytime

Storytime is a Rails 4+ CMS and blogging engine, with a core focus on content. It is built and maintained by @cultivatelabs
MIT License
752 stars 81 forks source link

The 2.0.0 gem is 3.01 MB vs 266 KB with 1.2.0 #166

Closed andyattebery closed 9 years ago

eanlain commented 9 years ago

It appears the culprit of the large size of v2.0.0 is the screenshots directory which alone houses over 3 MB of images. Just pushed a change which prevents that screenshots directory from being added into the gem...

Running gem build storytime.gemspec after that results in a compiled gem size of ~540 KB.