Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR "bootstrap.min.css.map" NOT FOUND in spring-boot jsf project #42

Closed
mtbadi39 opened this issue Nov 30, 2015 · 4 comments
Closed

Comments

@mtbadi39
Copy link

We have a spring-boot project with JSF (Mojarra 2.2.12) :
With version 3.3.5 of Bootstrap webjars all is working with no error;
After upgading to version 3.3.6; an error occured with message :

StatusCode : 404
ErrorMessage : Not Found
RequestUri : /javax.faces.resource/bootstrap/3.3.6/css/bootstrap.min.css.map

Here is my xhtml :

<h:outputStylesheet library="webjars" name="bootstrap/3.3.6/css/bootstrap.min-jsf.css"/>
<h:outputStylesheet library="webjars" name="bootstrap/3.3.6/css/bootstrap-theme.min-jsf.css"/>
....................
....................
<h:outputScript library="webjars"    name="bootstrap/3.3.6/js/bootstrap.min.js"/>
@jamesward
Copy link
Member

I'm not sure what the problem might be because the file is in the WebJar:
http://www.webjars.org/listfiles/org.webjars/bootstrap/3.3.6

Do all of the other files load correctly?

@mtbadi39
Copy link
Author

mtbadi39 commented Dec 2, 2015

Hi,
am import just these 03 files, and yes, i can confirme that all of them was loaded and my project run correctly, ex : nav-bar work perfectly with no problem ! even this message still visible in the log.

@jamesward
Copy link
Member

I think I'll need more details on this problem. I don't understand if this is an issue with your container, how you are using the WebJar, or with the WebJar itself.

@mtbadi39
Copy link
Author

mtbadi39 commented Dec 7, 2015

Sorry for that, but i think the problem was Firefox Cache related !
when am using Chrome the error disappear, and when i return to Firefox and clean cache, the error also disappear !
i can't prove that, but i think this is the problem.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants