Hi, so I picked up my work with FlexJS and Flexmojos. Unfortunately my current solution adds the JS stuff as a Plugin dependency to the flexmojos plugin and the Flash stuff as a normal dependency. I would like to have something like this to make handing this easier:
- Option 1: Add the JavaScript resources into the same artifact inside a pre-defined directory ("js"). - Option 2: Create a second archive that contains the js for each flash module For both options it would require to pair the flash and js resources. When I last worked on this it was different artifacts for flash, but only one big one for JavaScript. This would make it hard for third party component developers to provide own flexjs modules. Chris