Is it possible to use lime for separate build of resources and the application?

I’ve found that <app /> and <source /> nodes are mandatory for root nmml project file. Even <haxelib /> that includes openfl or lime is mandatory too to put default/icon.svg to the build.

So, in order to build bulk resources separate of main application I have to create dummy main class, that looks like clumsy workaround.

Is it possible to create a pair of project setup files, one of them to make clean build of assets (swfs, fonts etc.) and another one to pick libraries made earlier and include them into application bundle?

It’s quite impractical to rebuild all resources on every application run.

What resources are you building?

Generally a project.xml maps to a single application, and does not generate artifacts intended for another compilation cycle