hello,
I have a flexmojo project that compiles/run fine. When imported into Idea I have all syntaxt highlithing and compilation working.
My main question is how to shorten the compile times. When I modify one module I can compile this fine using CMD-B and a new swf is created.
but I need to idea that it needs to copy the SWF into <project>/web/target/web-1.0.0/modules/<mymodule>/module.swf
I tried to set 'Output Folder' under project setup with my module, but the output folder directive get's read from the compiler configuration, not from the the setting I make in Idea.
Anybody have some idea on how to set this up?
Ries