I just made changes for both of these and it seems to work for me. Someone please look at my commit to make sure it covers the issue correctly.
> On Feb 8, 2017, at 3:53 PM, Harbs <harbs.li...@gmail.com> wrote: > > There seems to be two classes which deal with copying files: > MXMLFlexJSPublisher and GoogDepsWriter > > Is that right? Do they both need to be changed? > >> On Feb 8, 2017, at 3:01 PM, Christofer Dutz <christofer.d...@c-ware.de> >> wrote: >> >> 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 >> >