F5 refresh — send generic cachable request.
Ctrl+F5 refresh — send non-cacheble request.
Add file — add new JavaScript or CSS file to directory tree.
Delete file — delete JavaScript or CSS file from directory tree.
Modify file — modify "jquery-ui.js" or "layout.css" file respectively.
Key features
Expires
and Cache-Control
headers to help browser with conditional requests.ETag
support to determine whether the component in the browser's cache matches the one on the origin server.
JSP tag
<%@ taglib uri="https://github.com/deniskiriushin/combinatorius" prefix="cb" %> <cb:combo type="css" path="${path}"> <jsp:attribute name="theme">blue</jsp:attribute> <jsp:attribute name="csv_resources">extra_css/extra1.css,extra_css/extra2.css</jsp:attribute> </cb:combo>