AIOM+ (All In One Minify) is a ProcessWire module to easily improve the performance of your website. By a simple function call Stylesheets, LESS and Javascript files can be parsed, minimized and combined into one single file. This reduces the server requests, loading time and minimizes the traffic. In addition, the generated HTML source code can be minimized and all generated files can be loaded over a cookieless domain (domain sharding).
MIT License
33
stars
26
forks
source link
Fixed bug with $config->scripts support for JS() method #36
I introduced a small cut/paste bug when introduced the new feature to support passing the $config->scripts array to the JS() method.