I'm using for the first time Yeoman, and I installed a generator called gulp-angular, where I have components like bootstrap-sass, but I'm having an issue, when I run gulp-serve it gives me an error:
http://localhost:3000/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:3000/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:3000/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf Failed to load resource: the server responded with a status of 404 (Not Found)
I can't figure out why this is happening. I checked inside bower and I see the files there. I tried using gulp fonts, but the fonts are still missing.
I had exactly the same issue and found that the $icon-font-path was pointing to the wrong directory in the index.scss file
this line:
$icon-font-path: "../../bootstrap-sass/assets/fonts/bootstrap/";
should be:
$icon-font-path: "../../bower_components/bootstrap-sass/assets/fonts/bootstrap/";
Hope that helps
Related
following https://learnforge.autodesk.io/#/
when I try to run the debugger the browser console shows
localhost/:1 Failed to load resource: the server responded with a status of 404 (Not Found)
This is the second time attempting and I followed the Autodesk instructions closely.
I am getting Failed to load resource: the server responded with a status of 404 (Not Found) this error to load css and js file.
I am working on MVC. When I run my Visual Studio, I got error:
themes/default/style.css Failed to load resource: the server responded with a status of 404 (Not Found)
But this file is exist on my project Folder.
Thanks
I have a wordpress site running. Firebug gives me the following error:
"NetworkError: 404 Not Found - http://mywebsite.de/var/www/vhosts/myserver.12345.de/httpdocs/pn/wp-content/themes/mytheme/wishlist.css?ver=2.0.15"
If i rename my wishlist.css then the error shows:
"NetworkError: 404 Not Found - http://mywebsite.de/wp-content/themes/mytheme/wishlist.css"
So basically, only when the wishlist.css file is present I get that 404 error. Anyone knows the reason for that?
The same 404 (Not Found) error was produced for both conditions. After renaming the CSS file, that became the first file not found - hence the second error.
I came across the following error in chrome for this url.
Failed to load resource: net::ERR_EMPTY_RESPONSE http://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.svg/16px-Nuvola_apps_kaboodle.svg.png
I'm able to open the url provided in the error message without any errors.
So, What is the reason for the error?
I have this issue in my website with the file indexMob.js since I installed Avast Antivirus.
When I disabled the web shield feature its solved the issue.