Epihedron / Adventurer

Adventurer webpage and assests
epihedron.com
3 stars 0 forks source link

boot strap 404'n #18

Closed 13ruce1337 closed 10 years ago

13ruce1337 commented 10 years ago

for some reason bootstrap throws these errors in the console:

GET http://10.0.1.19/assets/js/docs.min.js 404 (Not Found) index.html:56
GET http://10.0.1.19/dist/js/bootstrap.min.js 404 (Not Found)
zerske commented 10 years ago

I'm assigning this to myself, I'll take a look at where it's breaking and close this out once it's sorted..

13ruce1337 commented 10 years ago

After chmoding the file structure it got worse... :/ I may need to hop in on this as well.

Failed to load resource: the server responded with a status of 403 (Forbidden) http://50.176.61.155/src/stylesheets/styles.css
Failed to load resource: the server responded with a status of 403 (Forbidden) http://50.176.61.155/src/stylesheets/index.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://50.176.61.155/dist/js/bootstrap.min.js
Failed to load resource: the server responded with a status of 404 (Not Found) http://50.176.61.155/assets/js/docs.min.js

Edit - It was a permissions error, I suspect the same for the other files. I'll check the tree. Edit - Now I realize its 404'n because those files aren't where the pointer is pointing. These files need to be added to the Pi. They are referencing for files outside the repo directory. Leads me to the following questions:

zerske commented 10 years ago

Jesus you get a lot of time to look at code while you're at work. I'm jealous.

I'm guessing it's a reference to a compiled part of bootstrap that doesn't exist when it's added manually. I'm going to have to see where the reference is being pulled from (part of a SCSS object, direct reference, etc). I might get to look at it during lunch today, if not then I can check it tonight.

13ruce1337 commented 10 years ago

I have spurts of downtime at work for like 30 mins or so. In this time, I ssh XD

zerske commented 10 years ago

Looks like I was blindly referencing something recommended by the bootstrap documentation. Removing the unneeded JS references.

13ruce1337 commented 10 years ago

I've also removed it as I've removed the original login.js call. I'll also merge before you. You could say your efforts were well..deprecated hahaha