brinkmanlab / IslandCompare

Pipeline for detecting and annotating genomic islands and relationships between the respective genomes
Other
4 stars 2 forks source link

Change to hosted frontend #190

Closed innovate-invent closed 4 years ago

innovate-invent commented 4 years ago

Once #189 is implemented it might be beneficial for the frontend to be hosted by github pages. This removes a maintenance burden for the web server and cloudflare caching can remove any possible unreliability of github pages hosting.

CORS is now supported by github pages: https://twitter.com/invisiblecomma/status/575219895308324864

Vue router requires that the webserver redirect to / when the path is not valid. https://github.com/isaacs/github/issues/408 http://www.backalleycoder.com/2016/05/13/sghpa-the-single-page-app-hack-for-github-pages/

innovate-invent commented 4 years ago

Done