DrAAA-X Hello! Please tell me, how to assemble all files after the changes in /vendor/flarum/core/js/forum?
clarkwinkelmann DrAAA-X see https://github.com/flarum/flarum/blob/master/CONTRIBUTING.md#development-setup You should avoid editing files in the vendor folder, they will be reverted when you run Composer. If you really need to make changes to core that can't be done via an extension, I suggest you follow the workbench guide and clone core in the workbench and make your changes there, that way your custom core isn't reverted when you update dependencies/extensions.