#Bootstrap.min.css not found

7 messages · Page 1 of 1 (latest)

storm rampart
#

I have checked and i have the file bootstrap.min.css in my public/assets/css/bootstrap.min.css , but it is always saying that it is not found by jquery. The more puzzling thing is, i actually took over this project from a friend and he pushed all the node_modules to the github, so when i pulled, ran composer install and served it it was working fine, but after running npm run dev all the css files started not loading as shown in picture. May I know why this may be the case? I am using homestead to serve laravel and node/npm version is the same as his.

snow chasm
#

That's curious. It says app.min.js gives a 404 when called by jquery.min.js, but then inter-medium.woff is a 404 when called by app.min.js. Which means app.min.js is being loaded somewhere

#

bootstrap.min.css is being called by jquery.min.js. Why is it being initiated by that when it's in your template?

storm rampart
#

Note that weird thing is when i pull this project it doesnt have any issue, only when i run npm run dev will it have all these 404 issues

snow chasm
#

Yeah, I'd probably start there

storm rampart
# snow chasm Yeah, I'd probably start there

i dont see any problems with the files, is it possible this has someting to do with permission to read the files? say maybe my computer or homestead vagrant does not have the required permission to view or access these assets?