byuweb / HTML-Templates

Development for BYU responsive theme
http://byuweb.github.io/HTML-Templates/
9 stars 9 forks source link

Missing files/folders #84

Closed kyleguate closed 11 years ago

kyleguate commented 11 years ago

Maybe I'm missing something, but there are quite a few missing folders/files and bad resource links. see attached screenshots.

Affected filesare pagetypes, samples,

image

image

esng25 commented 11 years ago

Looks like you are opening these files up directly from your file explorer. Try opening them up from a local web server and see if you still have the problem. It's trying to access external files using the file:// when it should be http://

esng25 commented 11 years ago

This is what it looks like when opened from the file explorer (double-click from Windows): loadedfromfile

This is what it looks like when loaded from my local server. All assets are loaded properly. loadedfromlocalhost

kyleguate commented 11 years ago

Yeah, I set up a special vhost just for this repo, but I just got lazy and started opening up the files from windows explorer (it's so tempting since they're just html files:)

The updated files look good now, but pagetype1.html is looking for a "template" folder which doesn't exist in the repo. I noticed that this isn't reference in the index.html, so maybe you can delete it.

image