You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i have a componente with an ajax request. i request a backend generated html file.
in my sandbox testing environment, there is a html-ajax-example-file in my componente.
but with current grunt configuration, only json-files get synced into build directory.
Here is my gruntfle sync config:
(the file-extension for these html files is *.ajax.html)
Hi,
i have a componente with an ajax request. i request a backend generated html file.
in my sandbox testing environment, there is a html-ajax-example-file in my componente.
but with current grunt configuration, only json-files get synced into build directory.
Here is my gruntfle sync config:
(the file-extension for these html files is *.ajax.html)
maybe this is helpful for other developers