johndwells / Minimee

Minimize & combine your CSS and JS files. Minify your HTML. Because size (still) DOES matter.
http://johndwells.github.com/Minimee
56 stars 16 forks source link

Blank page on templates without minimee tags #18

Closed sebabal closed 10 years ago

sebabal commented 10 years ago

Hi,

I am having the weirdest issue right now. If I do not include some of the tags like {exp:minimee:css}{/exp:minimee:css} or {exp:minimee:js}{/exp:minimee:js} the templates won't render at all but by just putting the tag pair, the template renders again.

Anyone with the same issue? I am using MSMinimee too on EE2.8.1

sebabal commented 10 years ago

I just tested the same template on a site without MSMinimee or MSM installed and I am not experiencing the issue so I guess the combination with MSMinimee or MSM is causing the issue.

johndwells commented 10 years ago

Hi sebabal,

Sorry that I never responded to this, Github doesn't seem to want to notify me of these issues.

I recently updated MSMinimee to fix an incompatibility with 2.8+, so it might be worth testing again, though the fix was largely to do with the CP and not templates.

By the explanation of your issue, I don't know what to say other than to suggest that perhaps there was an unclosed minimee (or other) tag in your template. Minimee will do nothing if not included in your template, so the exclusion of it's tags shouldn't break anything - if anything it would be the other way around.

Cheers, John