Closed xel1045 closed 2 years ago
The same environments seems to be broken on the master branch: https://travis-ci.org/github/HTMLMin/Laravel-HTMLMin/builds/773310940
@srmklive: can we get this merged too? After a rebase, the tests should pass.
Merged.
hi @srmklive are you planning to release a new version with this fix?
When registering
htmlmin.compiler
, theview
class is resolved which is not supposed to happen in theregister
. This behaviour may breaks other plugins that exceptview
to be registered later.This PR use the
callAfterResolving
to retrieve the old compiler whenview
is resolved.