010101 I have an extension I took over as the maintainer. It is missing the src js. I only have the dist compiled stuff. How can I get the src js files back?
askvortsov 010101 That is very difficult and time-consuming. Which extension? It'd probably be easier to rewrite the JS from scratch
010101 askvortsov Oh ok. Haha! I wouldn't be able to, easily, or quickly. It's the composer preview extension. Guess I would need Glowing Blue to provide the src js if they still have it. Oh well. It works good enough right now.
askvortsov 010101 The source seems to be present though? https://github.com/zerosonesfun/flarum-ext-composer-preview/tree/main/js/src/forum
010101 askvortsov Yeah just noticed that. I really dislike computers sometimes. Present there but not present in my local. I must have done something wrong. Thanks.
luceos 010101 you probsbly used composer which respects the gitattributes file. Using prefer dist or by default it will then exclude specified files from being installed.