can not import js css file after upgrade to AEM6.5
Hi,everyone
I have code like
<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html" data-sly-call="${clientlib.css @ categories=['XXXX','YYYYYY']}" />
these code can import css file normal at AEM6.1, but after upgrade to AEM6.5, these code just can import css file normal at author server, cannot import css file at publisher server, so cannot see the css style at the result page. anyone know what happen? thanks!