YUI3: How to bundle dependencies for offline deployment? -
i building web application using yui3 , it's "loader" , "app" components. separate application different modules yui.add(). going far. however, application going run off-line (distributed .zip file or so), no access yui cdn. looking way neatly bundle dependencies without shipping many megabytes yui3. is there best-practice way bundle dependencies need application? the closest thing found http://yuilibrary.com/yui/docs/yui/loader-resolve.html , feel there must easier way write myself. willing restructure sources should need to, or switch using builder or shifter if helps.