Custom Lib for cq.authoring.editor.sites.page &&& cq.authoring.editor.sites.page.hook
We have installed custom javascript for the editor.html > Granite UI via
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
dependencies="[cq.authoring.editor.sites.page]"
categories="[cq.authoring.editor.sites.page.hook]"/>
We have installed in on development-AEMaaCS, and it works. When we push the same code to staging-AEMaaCS, it is not working. How can we solve this problem. We directly reviewed the cq-authoring.js that is produced on the editor.html.
Reviewing the cq-authoring.js on development-AEMaaCS, our changes are there
Reviewing the cq-authoring.js on staging-AEMaaCS, our changes are NOT there
How would we properly refresh the cq-authoring.js on staging-AEMaaCS, so we can see our changes as expected?