Closed clarkwinkelmann closed 2 years ago
Changes in Flarum 1.2 require an update in our overrides https://github.com/FriendsOfFlarum/nightmode/tree/master/src/Overrides
I have not tested locally but I believe this is the cause of the issue discussed at https://discuss.flarum.org/d/29963-v12-bug-report
ValidateCustomLess needs to be updated for the new Less variable system https://github.com/flarum/core/blob/v1.2.0/src/Forum/ValidateCustomLess.php
ValidateCustomLess
Assets also has a few changes, it might be breaking the new extender https://github.com/flarum/core/blob/v1.2.0/src/Frontend/Assets.php
Assets
I think RecompileFrontendAssets is fine like it is, only a deprecation comment was added.
RecompileFrontendAssets
Changes in Flarum 1.2 require an update in our overrides https://github.com/FriendsOfFlarum/nightmode/tree/master/src/Overrides
I have not tested locally but I believe this is the cause of the issue discussed at https://discuss.flarum.org/d/29963-v12-bug-report
ValidateCustomLess
needs to be updated for the new Less variable system https://github.com/flarum/core/blob/v1.2.0/src/Forum/ValidateCustomLess.phpAssets
also has a few changes, it might be breaking the new extender https://github.com/flarum/core/blob/v1.2.0/src/Frontend/Assets.phpI think
RecompileFrontendAssets
is fine like it is, only a deprecation comment was added.