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
Feature Request: Concatenate first, then compile. #45
I'd love to see an option to switch the order of operations so that watched .less files are concatenated first, then compiled. It's easier to maintain larger projects if you can just add a new library file in the correct position and not have to worry about @importing it in every file that depends on it.
I'd love to see an option to switch the order of operations so that watched .less files are concatenated first, then compiled. It's easier to maintain larger projects if you can just add a new library file in the correct position and not have to worry about @importing it in every file that depends on it.