• C
    Optimize getting started guide images, and use png instead of jpg · 7aa500d2
    Carlos Antonio da Silva 提交于
    We noticed the rails gem increased in size between the beta and rc
    versions, and the reason is that some guides images were updated but not
    properly optimized, and one image changed from png to jpg, way bigger.
    
    Converting the jpg image back to png, and using ImageOptim to optimize
    all the images for web view, improves the situation [ci skip].
    
    ---
    
    In current master/4-1-stable:
    
        508K  guides/assets/images/getting_started/
    
    In v4.1.0.beta1:
    
        268K  guides/assets/images/getting_started/
    
    In 4-0-stable
    
        328K  guides/assets/images/getting_started/
    
    After the patch:
    
        260K  guides/assets/images/getting_started/
    7aa500d2