YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Load dependent share libraries directly to browser #58

Closed wangjungithub closed 11 years ago

wangjungithub commented 11 years ago

This PR is to add the function to load dependent share libraries directly to browser, done by Ji Liang.

The implementation provides a command option (enableShareLibYUILoader), and a configuration item (config.enableShareLibYUILoader), they are false by default, means the dependent share libraries would be injected to browser directly when test on client side. If the option is set to true, it would works as origin design, that only inject a YUI global configuration, it is good in case performance is a concern.