File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 <haxeflag name =" --macro" value =" include('feathers.validators')" />
1212
13+ <!--
14+ use custom templates to build a SWC file when targeting Flash
15+ -->
1316 <template path =" templates" if =" flash" />
1417
15- <section if =" flash" >
18+ <!--
19+ don't remove dead code because other libraries that depend on
20+ Feathers UI and need to build .swc files too might need it
21+ -->
22+ <haxeflag name =" -dce" value =" no" if =" flash" />
23+
24+ <section if =" flash !display" >
1625 <source path =" build_macros/flash" />
1726 <haxeflag name =" --macro" value =" AddFlashPropertyMeta.find('feathers.validators')" />
18- <!--
19- don't remove dead code because other libraries that depend on
20- this one, and need to build .swc files too, might need it
21- -->
22- <haxeflag name =" -dce" value =" no" />
2327 </section >
2428
2529 <section if =" find_missing_docs" >
You can’t perform that action at this time.
0 commit comments