FriendsOfFlarum / nightmode

🌙 Turn off the lights!
https://discuss.flarum.org/d/21492-friendsofflarum-night-mode
MIT License
33 stars 22 forks source link

fix: Less assets not recompiling in debug mode #60

Closed davwheat closed 2 years ago

davwheat commented 2 years ago

Changes proposed in this pull request:

In our custom frontend assets class, we only called the standard commit operation rather than the forced commit operation. This meant that the style assets didn't actually recompile on every request in debug mode.

Reviewers should focus on:

Does this have any impact elsewhere? Can we simplify our asset class?

Confirmed