ember-cli-github-pages icon indicating copy to clipboard operation
ember-cli-github-pages copied to clipboard

Easily manage gh-pages of your ember-cli addon

Results 14 ember-cli-github-pages issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

I spun up an ember app today, I want to push it to GH pages, however, in Firefox, it redirects to the same route: https://allthesignals.github.io/labs-upad-validate/labs-upad-validate/ (

Not sure why but I can't deploy again: ``` Command failed: git -c core.safecrlf=false add "." && git commit -m "Initial gh-pages second" Error: Command failed: git -c core.safecrlf=false add...

should be ```shell ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages ``` instead

Not sure if this has to do with the way URLs are handled through Location API, but query parameters are not being picked up in the gh-pages deployment....

When I run `github-pages:commit`, and there already exists previously-deployed files on the `gh-pages` branch, they are not removed. Is this a design choice? I expected this to wipe the files...

When using a [custom domain](https://help.github.com/articles/adding-or-removing-a-custom-domain-for-your-github-pages-site/), Github requires a CNAME file. I think this can be done through correct merging of old and new gh-pages branches, but if I understand correctly,...

Right now, when making a dist for gh-pages, assets loaded through css or js will not have the correct path, given that gh-pages expects asset paths to have the repo...

enhancement
awaiting response

I just tried following the installation instructions, however it deleted not only my project, but everything in the parent directory. ``` git checkout --orphan gh-pages && rm -rf `ls -a...

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.6.4. Release notes Sourced from jquery's releases. jQuery 3.6.4 Released: Selector Forgiveness https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/ jQuery supports CSS.supports in jQuery 3.6.3 https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/ jQuery 3.6.2 :has arrived! https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/...

dependencies