How to update the gh-pages:
Be careful to only push the required node_modules
- package.json: adjust the neo.mjs package version
- npm install
- github/pages/node_modules/neo.mjs/src/DefaultConfig.mjs => set isGitHubPages to true
- github/pages/node_modules/neo.mjs/src/DefaultConfig.mjs => set useGoogleAnalytics to true
- github/pages/node_modules/neo.mjs/src/worker/App.mjs => /* webpackExclude: //node_modules/(?!neo.mjs) */
- terminal: cd node_modules/neo.mjs/
- npm run build-all
- git add on the neo.mjs node_module
- ensure to NOT push the node_modules inside the neo.mjs node_module. except (if the version changed):
- @ fortawesome
- highlightjs-line-numbers.js
- siesta-lite (ONLY siesta-all.js & resources/*)
- add the new version into the index.html
- git push