Reviewers: mp+135198_code.launchpad.net, Message: Please take a look. Description: Remove "requires" from modules-debug.js The minification process does not read the "requires" parameters defined in "modules-debug.js". This parameter should be defined in each custom yui object that uses some kind of internal or external requirement. The sole use of "all-app-debug.js" is to define the fullpath of the file that defines a given module. This patch removes all the existing "requires" properties from "modules-debug.js" and add then where they are needed. https://code.launchpad.net/~tveronezi/juju-gui/change-requires-param/+merge/135198 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/6856070/ Affected files: A [revision details] M app/app.js M app/models/charm.js M app/models/models.js M app/modules-debug.js M app/store/charm.js Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: