-
When we enable versioning on 6.3 author, we are able to see the clientlibs appended with md5. But if we try to edit any component, the overlay edit dialog doesn't close and throws a javascript console…
-
I often see that the second execution of the "clean:dist" task crashes. Happens on Mac, don't know if that is an issue on Windows too.
It is reproduceable by running "yarn build" twice. Second exec…
-
Due to clientlib proxing, css and js are served from /etc.clientlibs and this is not enabled or documented anywhere (AFAIK) in any exemplar dispatcher.any files - so these resources will be blocked by…
-
Hello, Guys.
I have created single video file with multiple audio using this ffmpeg code:
`ffmpeg -y -i input.mp4 -i 1.mp3 -i 2.mp3 -map 0:v -map 1:a -map 2:a -metadata:s:a:0 language=kir -meta…
-
Hi all, when we open a page we can see in our log file these WARN:
02.11.2017 16:18:12.398 *WARN* [0:0:0:0:0:0:0:1 [1509650292355] GET /en_US.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.Htm…
-
when fetching the clientlibs the context path is not in the response
```
// 20171128124815
// http://*:4502/MB027200/bin/acs-commons/dynamic-classicui-clientlibs.json
{
"js": [
"/apps/…
-
Being an awesome library/tool set this is, it would be great if we could extend the features of AEM Commons with our own enhancements. I suggest adding an acs-commsons- prefixed category to all client…
-
This issue only occurs in the publish environment.
My css.txt file in the clientlib looks like this:
~~~
#base=sass
main.scss
~~~
On hitting _http://localhost:4503/content/mypage.html?debugCli…
-
Adobe Typekit font injection service.
-
Although there are awesome sample code for v2, there seems to be no sample code for yelp fusion? Without the sample code it it quite hard for beginners to get started...Can anyone give some sample cod…