I would like to include JScolor to my jsf application. It is possible via tag, but I mean it is more system via .<
Suppose your js file's path (file named jquery.js) into resources/js folder like that:
resources/js
resources/js/jquery.js
Then you have to write:
PS. Pay attention on attribute target (eg head, body)