Skip to content

Magento2 Module to merge all svgs in app design into single svg image per folder and edits less files to include the merged image (per directory).

Notifications You must be signed in to change notification settings

mageguide/merge-svgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Mage2 Module MageGuide MergeSvgs M2

tested on 2.2.6

Merges all svgs in app design into single svg image per folder and edits less files to include the merged image (per directory). Reduces the number of total requests made to fetch images. Faster Page Load in HTTP 1 setups works well with varnish and chrome/safari

* Firefox not supported no gain in performance

Main Functionalities

  • Merges Svgs Images
  • Alters .less files to include Merged images

Installation

Place in app/code/MageGuide/MergeSvgs * Required MageGuide_MGbase

Type 1: Zip file

  • Unzip the zip file in app/code/MageGuide
  • Enable the module by running php bin/magento module:enable MageGuide_MergeSvgs
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Screenshots

Customization

About

Magento2 Module to merge all svgs in app design into single svg image per folder and edits less files to include the merged image (per directory).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages