-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Have ability to modify the site layout/add new features without modifying the original source code to keep it updateable.
Eg if you create a plugins/DarkSkin/all.css file on all.css request it would also append this file's content to the end. (same for js)
Maybe combining something similar like hotpatching in #322, so it would be possible to easily attach new functions to events.
Snarkly