Skip to content
Marcus Reese edited this page Jun 15, 2020 · 6 revisions

FileMine Wiki

How to update gh-pages

  • git checkout gh-pages
  • git rebase master
  • npm start
  • (in browser) copy(document.documentElement.outerHTML)
  • in text editor, replace contents of index.html (but for now must re-add <title>FileMine</title> in <head>)
  • git add -A
  • git commit -m "update gh-pages index.html"
  • git push
  • git checkout master

(New code should be served within ~5 seconds at https://lgsinnovations.github.io/filemine/)

Clone this wiki locally