Cryden / oc-htmlminify-plugin

HTML minify plugin for October CMS
https://octobercms.com/plugin/dmitrybykov-htmlminify
MIT License
5 stars 7 forks source link

Fixed Error When Using OctoberCMS as a SPA (e.g. easySPA plugin) #5

Closed mrgswift closed 5 years ago

mrgswift commented 5 years ago

When using OctoberCMS as a SPA (Single Page Application), it changes the page and the html markup for each page using purely ajax. Because the registration of HtmlCompressTwig is preserved if a page is not reloaded, it throws an error (screenshot below).

This is a fix for this that adds a condition to check whether HtmlCompressTwig is already registered before trying to add it.

error_screenshot