I've put this below the other default asset in my application.json
#asset(qx/*)
However, will this mean that all icons will be copied over into a built version?
C
Answering myself: of course it does. Now, this seems to mean that I have to put each and every icon file that I want to use into the asset section in addition to using it in the source code. Why was the old behavior changed? It seems redundant to me since the generator parses every source file anyways and can detect icon URI strings automatically. I am sure there are reasons for this, but I liked the old behavior much better...