yahoo-groups-backup icon indicating copy to clipboard operation
yahoo-groups-backup copied to clipboard

Static Site - post example public site on ghpages

Open csaftoiu opened this issue 9 years ago • 5 comments

Just to be able to demonstrate it

csaftoiu avatar Jun 20 '16 18:06 csaftoiu

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

lancesnead avatar Oct 08 '16 20:10 lancesnead

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.

csaftoiu avatar Oct 08 '16 20:10 csaftoiu

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 avatar Oct 09 '16 00:10 lancesnead

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

lancesnead avatar Oct 09 '16 03:10 lancesnead

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

csaftoiu avatar Oct 09 '16 06:10 csaftoiu