Treora opened a new pull request #13: Deduplicate demo code URL: https://github.com/apache/incubator-annotator-website/pull/13 Use git submodule to deduplicate demo code. It seems more managable than duplicated code, but it is not yet ideal either. Some subideal aspects: The demo on the website currently has the header and footer of the main page; this is now removed. Is that an issue? It now puts the demo in `/content/demo`, but for this has to put `style.css` into `/content/`. We could consider to instead put the whole `/web/dist` from upstream into `/content/web` (or whatever name), but then the demo URL will change to be `…/web/demo` (instead of just `…/demo`). Files get removed, built and copied in a single line in package.json. Better suggestions? One needs to keep the submodule in sync; may be okay, updating the demo is a manual process already anyway.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services