Merge lp://qastaging/~bjornt/launchpad/bug-462502 into lp://qastaging/launchpad
Proposed by
Björn Tillenius
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | not available | ||||
Proposed branch: | lp://qastaging/~bjornt/launchpad/bug-462502 | ||||
Merge into: | lp://qastaging/launchpad | ||||
Diff against target: |
26 lines 1 file modified
Makefile (+4/-5) |
||||
To merge this branch: | bzr merge lp://qastaging/~bjornt/launchpad/bug-462502 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeroen T. Vermeulen (community) | Approve | ||
Deryck Hodge (community) | code | Approve | |
Review via email: mp+14082@code.qastaging.launchpad.net |
To post a comment you must log in.
Unbreak Javascript when devmode is turned off.
When lazr-js was buildoutified, the order of the files passed in to the JS combinator changed. This had the effect that some code stopped working, since it depended on definitions being above it.
This branch changes the order of the files, so that launchpad.js is now identical to the one in r9785. I removed EXTRA_JS_FILES variable, since I couldn't find a way of inserting the output of yui-deps.py into it. Simply putting EXTRA_JS_FILES as the last argument didn't work either, the JS was still broken.