Failing to add JS to the page, CSS works.
Folder structure:
WebContent
|-- META-INF
|-- WEB-INF
|-- resources
| |-- css
| | |-- bootstrap.min.css
| | |-- ie10-viewport-bug-workaround.css
|-- navbar-fixed-top.css
| |-- js
|-- bootstrap.min.js
|-- ie10-viewport-bug-workaround.js
index.xhtml
After reading this
https://stackoverflow.com/questions/8367421/how-to-reference-css-js-image-resource-in-facelets-template?answertab=votes#tab-top I still do not view my mistake, but I tried all of the
stuff mentioned there, just in case. And why not, I can learn something. But JS still not working. Sorry for noob question and my previous mistakes while posting, I just not noticed that tabing and hiting space is a bad idea.