Search and Top Navigation
#8985 closed bug (notabug)
Opened January 19, 2013 05:13AM UTC
Closed January 19, 2013 04:47PM UTC
Manifest file name
Reported by: | Mottie | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | [meta] ui.dev | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The manifest file in numerous jQuery UI components are still using the package.json
files and not the naming format specified by the plugin register.
I'm sure there are some internal differences to get all of the jQuery UI components to point to the same repository, but as of this time, I think they should all be set to version 1.10.1pre as shown in the package.json file, but the plugin pages are still showing 1.10.0.
https://github.com/jquery/jquery-ui/blob/master/package.json
Attachments (0)
Change History (1)
Changed January 19, 2013 04:47PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Since Scott works on both jQuery UI and the plugin site, he solved this some time ago. We generate manifest files for releases, but keep them out of the master branch. For 1.10, you can find the manifest files here: https://github.com/jquery/jquery-ui/tree/1.10.0 That's what you can find on the plugins site, too.
We do this since we have more than one plugin in a single repo, which most other users shouldn't have to deal with. In case someone is interested, here's the grunt task for generating the manifest files: https://github.com/jquery/jquery-ui/blob/master/build/tasks/build.js#L8