gdg-x / boomerang

Easy website for your GDG Chapter
http://gdg-x.github.io/boomerang/
Apache License 2.0
74 stars 104 forks source link

$injector:modulerr error #88

Closed SaptakS closed 8 years ago

SaptakS commented 8 years ago

I copied the code to gdga.github.io to use the updated boomerang codebase. However it gives $injector:modulerr error when run from browser. It runs fine from local system however. Can someone help? I really don't understand the reason.

Splaktar commented 8 years ago

@SaptakS Do you have a link to your fork and the deployed version with the error?

SaptakS commented 8 years ago

Yeah.... Forked Version.... Deployed Version... The forked version works perfectly but the deplyed version shows error.

Splaktar commented 8 years ago

I just added steps for gh-pages hosting that might be helpful: https://github.com/gdg-x/boomerang/wiki/Host-your-chapter-website-on-GitHub-in-15-minutes

Do you have a link to the deployed application so that I can debug it?

Splaktar commented 8 years ago

I can see http://gdga.github.io/boomerang/ but I don't see injector errors, the Code of Conduct link doesn't seem to work though. You might want to merge in the latest upstream gh-pages.

SaptakS commented 8 years ago

Yeah. This fork works. But https://gdga.github.io doesn't work. This is where the injector error gets shown.

Splaktar commented 8 years ago

That link you gave me seems to work fine other than an http request on an https site. I've opened a PR #92 for that. Which browser are you using?

I'm not seeing the error on Chrome stable, Chrome Canary, FireFox, or Safari.

SaptakS commented 8 years ago

I just checked. Its working fine right now. But it wasn't when I created the issue. Not sure why because I haven't edited anything ever since. Anyways thanks.

Splaktar commented 8 years ago

No problem. Sometimes it takes a few minutes after a push for GitHub pages to fully update.