Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Site - post example public site on ghpages #10

Open
csaftoiu opened this issue Jun 20, 2016 · 5 comments
Open

Static Site - post example public site on ghpages #10

csaftoiu opened this issue Jun 20, 2016 · 5 comments
Assignees

Comments

@csaftoiu
Copy link
Owner

Just to be able to demonstrate it

@csaftoiu csaftoiu self-assigned this Jun 20, 2016
@lancesnead
Copy link

lancesnead commented Oct 8, 2016

Is the static site dump suppose to be viewable on a hosted site? I can view it locally offline just fine, but hosted site it hangs loading the page.
{{ config.groupName }} Yahoo! Group Backup

@csaftoiu
Copy link
Owner Author

csaftoiu commented Oct 8, 2016

Hmm it should work, yes, although I haven't tested it. But if it works off the file system, it should work off a hosted site.

At the link you gave, it appears that a file is missing (I see this error in Chrome's error console):

http://texasmountaineers.org/archive/yahoo/eboard-tm/modules/core/promiseForEach.js Failed to load resource: the server responded with a status of 404 (Not Found)

Did you include this file on the hosted site? It needs everything in all the subdirectories to work.

@lancesnead
Copy link

lancesnead commented Oct 9, 2016

Once I upgraded node, I was able to generate that file and it's now in that folder. Now I get the following JS error in the console.
Error: [$injector:unpr] http://errors.angularjs.org/1.5.6/$injector/unpr?p0=%24promiseForEachProvider%20%3C-%20%24promiseForEach%20%3C-%20LocalJSONP

@lancesnead
Copy link

lancesnead commented Oct 9, 2016

Fixed. Had to change case of file name. Now hosted site and search works.
promiseForeach.js -> promiseForEach.js

@csaftoiu
Copy link
Owner Author

csaftoiu commented Oct 9, 2016

Nice, glad it worked out, and thanks for figuring that bug out. I've updated master branch with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants