NightOwl888 commented on PR #1197: URL: https://github.com/apache/lucenenet/pull/1197#issuecomment-3359162784
@mmafrar Thanks for the PR. While we do want to host these files on our website (which we do when we deploy the built site to https://github.com/apache/lucenenet-site, which backs our hosting), we ideally wouldn't be committing the binary files to this repository. Rather, we should have the build scripts download them prior to deploying. Ideally, we would set up some sort of package manager such as npm, bower, etc. to download the versioned packages such as font-awesome to make this process simpler. The build scripts are named `site.ps1` and `docs.ps1` as referred to in the [website & docs documentation](https://lucenenet.apache.org/contributing/documentation.html), which also describes how we deploy the website and docs site. Let us know if you need any assistance with any of this (for example if you are unfamiliar with package managers or powershell), and we will do our best to assist. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
