The problem is that the compiler has a hand-coded set of file types it handles.
Currently this seems to be:
- Png
- Gif
- Jpg
- Json
It ignores any other file types (even jpeg) … eventually you could give a maven
build a try as the maven resource plugin handles the copying of resources and
that works without any restriction.
Have a look at:
- MXMLFlexJSPublisher
- ImageHelper
- GoogDepsWriter
For references of these hard-coded file types
I think this is not ideal … but as I mentioned, for Maven things should work as
long as the resources are located in the resources directory.
Chris
Am 08.02.17, 12:30 schrieb "Harbs" <harbs.li...@gmail.com>:
It looks like Falcon does not recognize svg files as image assets and they
are not copied to js-debug and js-release.
Can they be added?
Harbs