mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 14:00:24 +08:00

* DEV: add a method of skipping publishing stylesheets afer color scheme save allows a method to publish all stylesheets if we make changes to many stylesheets at once * use after_save_commit for stylesheet change callbacks This may be more reliable for picking up new stylesheet changes via messagebus as after_save does not guarantee the updates exists in the DB yet. * add skip_publish option for create_from_base