This content has been marked as final.
Show 4 replies
-
1. Re: FB modules question
Flex harUIApr 3, 2012 1:28 PM (in response to jfb00)
You can turn off the auto-build in FB.
The modules are being incrementally compiled and may not be optimized as well.
-Alex
-
2. Re: FB modules question
jfb00 Apr 13, 2012 4:08 AM (in response to Flex harUI)Hi Alex,
I turn this off this option and now sometimes still doing the same. Another way to stop this? We are having hard time to compile this project.
Before I post my code to prod server I have to run clean project because the files are huge like I said before but I can live with that.
Thanks!
-
3. Re: FB modules question
Flex harUIApr 13, 2012 9:26 AM (in response to jfb00)
Well, you can try using an Ant script to build.
-
4. Re: FB modules question
EWN-CMI Apr 16, 2012 12:59 PM (in response to jfb00)I also had a multi-module application, I decided to create a new Flex Project for each module. This way allowed me to work/complile each individually. Probably not using the tools in the best way, but the process is straight forward and quick. Good luck.