Skip to content

Build: Add manifest entry for selectmenu #1240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2014
Merged

Build: Add manifest entry for selectmenu #1240

merged 2 commits into from
May 12, 2014

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