Works fine with modx 2.3.
Is there any option to remove blank lines?
MODX lover
-
Développeur MODX / Webdesign / Solutions web
I grabbed the output and paste it back into the template so actually don't use AddHeaderfiles anymore.
Evolution user, I like the back-end speed and simplicity

I'm using the plugin/snippet combo on 2 live sites - both works without issues.
Note: the snippet output the link to minified css/js just before the closing head tag. All other links to styles are placed before the snippet output (and you can not change the order).
Note2: for proper use, you should call the snippet twice: once in the header (with css) and one in the footer with js...
or , as written by fourroses666, grab the output and split in two pieces of code (one for js and one for css) and paste into the template.