How would updating effect custom overrides?

if i am self hosting discourse and I write some custom code into Discourse or change something… what happens when I update? is it just like a normal app where i can pull and rebase off of master or will i be forced to rewrite my changes every time?

Write your custom code as a plugin (or a Theme component if very lightweight) for least disruption. Then that code will not be overwritten with each update or rebuild.

6 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.