The reason I updated code because version and path values are coming as null when I configure through OSGI. In geometrixx example staic.css is not under clientlibs folder under /etc/designs/geometrixx which was causing issue. After I copied this file under /etc/designs/geometrixx/clientlibs and modi...
@Johan, I updated your code like this with geometrixx design path -public CustomLinkTransformer(String version, String[] pathArray) { this.version = "1.0.0"; String[] myStringArray = new String[]{"/etc/designs/geometrixx"}; this.pathArray = myStr...
@Justin, Than you for this article!I've downloaded the bundle from your POC. But I do not see the version number/modification date is appended to js/css file though the bundle is Active. PFAKindly let me know what I'm missing here. I appreciate your help!
Thanks Scott! Question to Ojjis, the bundle is active but when I do the view source of Geometrixx example then I don't see the version number appended. <!DOCTYPE HTML><html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="keywords" content=""> <me...
Hi Scott, thank you for this tutorial! You have mentioned here "you can append a version number to the CSS/JavaScript files so that they will change with each release." Could you kindly let me know how can I do this in Geometrixx example? I created bundle as per the instruction given in this tutori...