Skip to content

Conversation

@jzaefferer
Copy link
Member

No description provided.

@scottgonzalez
Copy link
Member

Looks good.

@jzaefferer
Copy link
Member Author

There's something wrong with the generated dependencies field. It looks like this:

    "dependencies": {
        "jquery": ">=1.6 <1.11",
        "ui.core": "1.11.0-pre",
        "ui.widget": "1.11.0-pre",
        "ui.menu": "1.11.0-pre",
        "ui.position": "1.11.0-pre",
        "ui.button": "1.11.0-pre",
        "ui.draggable": "1.11.0-pre",
        "ui.resizable": "1.11.0-pre"
    },

This shouldn't include draggable nor resizable. This also happens for others, e.g. menu. And menu doesn't depend on button. Looking into that...

@jzaefferer
Copy link
Member Author

Added a commit that fixes the bad dependencies. I don't like the for-in loop, but couldn't think of something more convenient for clone the bower.dependencies object.

@jzaefferer
Copy link
Member Author

@scottgonzalez can you review the second commit?

@scottgonzalez
Copy link
Member

Looks good.

Clone bower dependencies instead of reusing and modifying the same object
multiple times.
@jzaefferer jzaefferer merged commit 6ef5c38 into jquery:master May 12, 2014
@jzaefferer jzaefferer deleted the selectmenu-manifest branch March 6, 2015 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants