-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find a home for the Javascript and CSS files #22
Comments
Why can I not add Mike D'Arcy or Karl C to this issue? |
Here are a couple of examples showing how the viewers (one for the Gene page and one for the Anatomy page) are currently referenced: https://mii.podvis.org/cfde-ge1/gene.html There are multiple viewers but only a single set of JavaScript and CSS files that need to be packaged up and released. I'll have to look into whether it's possible to compile/package these in such a way that we don't have to use the "anatomy?numTopGenes=25" style for passing parameters (I think this was mentioned as a potential problem for hosting this as static S3 content.) |
The source of those pages actually uses |
I was able to get this deployed to the dev server, but it required some changes in how the VUE app was built in production mode, due to the fact that we need this app to function when deployed to a sub-path off of the web root and therefore needed some configuration for finding code and assets at relative URL paths. I've submitted these changes as PR #23. You can see the app functioning on dev with the following URLs, similar to the ones referenced above: |
Put in existing static folder and establish tag and release process and incorporate using npm
The text was updated successfully, but these errors were encountered: