Fusebox Conditional Parse Parameter
Conditional parse was a feature depreciated and ignored in Fusebox release 5, but re-instated within Fusebox 5.5.
Valid Arguments: True, or False
If you are in 'development-circuit-mode' (see fusebox mode parameter) and have 'conditionalParse' set to true, the parsed files will only re-write if they change. Re-Write on change only will speed up execution since ColdFusion will not have to recompile them.
NOTE: It is recommended for Fusebox AJAX development that 'conditionalParse' be set to true.
Fusebox 4.1
The 'conditionalParse' attribute within Fusebox 4.x, if set false, will force the cores to regenerate the parsed file(s) on every request in development mode. The XML files are always loaded based on timestamps alone.
Fusebox 4.1's development mode is different that FB5's development
mode in that the XML files are only reloaded if they've been touched
since the last load.