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?
请先登录再写评论。
Web module, Flex module, configure Flex build so that it places .swf files in the required folder.