Need suggestion on project/modules setup
We have a project with 2 modules:
1. Flex module which outputs few *.swf files.
2. Node.js server module.
I would like to have these output *.swf files available in server public folder when server starts.
Any suggestions how to set this dependency?
Please sign in to leave a comment.
Web module, Flex module, configure Flex build so that it places .swf files in the required folder.