mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #49] [MERGED] Fix GitHub Pages deployment #2381
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2381
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/49
Author: @NBTX
Created: 8/24/2019
Status: ✅ Merged
Merged: 8/24/2019
Merged by: @liyasthomas
Base:
migrate-nuxt← Head:master📝 Commits (8)
7012674Set up travis for GitHub Pages deploymentd095b35Remove unnecessary envs (for some reason, they create extra build stages)424df8cFix icon locationsb027eebRevert "Revert "Migrate Postwoman to Nuxt.js (full Vue and SCSS support)""45bf7a2Merge pull request #50 from liyasthomas/revert-47-revert-44-masterd86b2c4Tidy up pathsb678d84Merge branch 'master' of https://github.com/liyasthomas/postwoman8d35e7dFix reload button📊 Changes
39 files changed (+12094 additions, -817 deletions)
View changed files
📝
.gitignore(+91 -1)📝
.travis.yml(+36 -7)➖
404.html(+0 -88)📝
README.md(+23 -13)➕
assets/README.md(+7 -0)➕
assets/css/fonts.scss(+2 -0)📝
assets/css/styles.scss(+11 -5)➕
assets/js/pwa.js(+54 -0)➕
components/README.md(+7 -0)➖
index.html(+0 -319)➕
jsconfig.json(+12 -0)➕
layouts/README.md(+7 -0)➕
layouts/default.vue(+62 -0)➕
layouts/error.vue(+42 -0)➖
manifest.json(+0 -41)➕
middleware/README.md(+8 -0)➕
nuxt.config.js(+160 -0)➕
package-lock.json(+11139 -0)📝
package.json(+19 -16)➕
pages/README.md(+6 -0)...and 19 more files
📄 Description
I think you'll need to revert the revert commits to use this with the other code, as it seems the changes were also reverted in the
migrate-nuxtbranch.In any case, I can confirm it's working as I'm hosting it on GitHub pages myself:
https://nbtx.github.io/postwoman-vue/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.