F5 refresh — sends generic cachable request.
Ctrl+F5 refresh — sends non-cacheble request.
Add file — adds new JavaScript or CSS file to directory tree.
Delete file — deletes JavaScript or CSS file from directory tree.
Modify file — modifies "jquery-ui.js" or "layout.css" file respectively.
Key features
Expires
and Cache-Control
headers to help the 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> <cb:combo type="js" path="/combo/"></cb:combo>
Maven dependency
<dependency> <groupId>com.dkiriusin</groupId> <artifactId>combinatorius</artifactId> <version>1.0.61</version> </dependency>
GitHub