Hello friends.
The footer.html is embedded in all pages of the admin app and it is referencing cdnjs.cloudflare.com for jquery.min.js
I have difficulty accessing cdns.cloudfare.com in my country/region. This makes the page rendition very slow.
What I did to cope with it is to change the html code in the footer.html like this to prevent the pages from getting the js from the cdn:
<script src="../../js/jquery.min.js"></script>
<!-- script th:inline="text">
//<![CDATA[
window.jQuery || document.write('<script src="[[@{/js/lib/jquery-1.9.1.js}]]"><\/script>');
//]]>
</script-->
However this change is reflected in the pages of the site app while in the admin app, the code from footer.html in each page stays aggravatingly intact even after I ran "mvn clean war:exploded jetty:run" in the admin project folder.
I know i should not bother you with any questions to which the answer is an easy find. I know that some CMS periodically compile fragments of pages into one. I don't know how Broadleaf's CMS works. I have not found any documents pertaining to it yet, I'll keep searching in the cms section of broadleaf's CMS and Themeleaf. At the mean time, if you could give me any pointers/tips, they will be much appreciated.
Best regards
Joe Li from Changsha China
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.