Skip to content

InteGento/Integento_Assetsperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Integento_Assetsperf

Integento_Assetsperf is a Magento Module adding a simple compression to the CSS/JS merge functionality.

Features

  • JS & CSS : Remove /* comments */ and useless spaces.
  • JS & CSS : Insert a script first, or after another one.

How to insert a script before all

<action method="addItemFirst">
    <name>custom/custom.js</name>
    <type>js</type>
</action>

How to insert a script after another one

<action method="addItemAfter">
    <after>prototype/prototype.js</after>
    <name>custom/custom.js</name>
    <type>js</type>
</action>

How to install ?

With modman :

modman clone https://github.com/InteGento/Integento_Assetsperf.git

Thanks to :

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages