Opened 10 years ago
Closed 9 years ago
#9507 closed feature (fixed)
Manage client-side dependencies using Bower
Reported by: | rxaviers | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11.0 |
Component: | [meta] ui.dev | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Manage the following frontend dependencies using a tool (eg. bower). Based on whole team discussion about a consistent way of managing frontend dependencies across all projects.
dependencies:
- jQuery Core (present on ./);
- Globalize, and mousewheel plugin (commited on ./external);
- jQuery Color (merged in ui/jquery.ui.effect.js)
devDependencies:
- QUnit, and jshint (present on ./external);
Change History (4)
comment:1 Changed 10 years ago by
Component: | [meta] ui.build → [meta] ui.dev |
---|---|
Status: | new → open |
Summary: | Manage frontend dependencies using a tool (eg bower) → Manage client-side dependencies using Bower |
comment:2 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|---|
Priority: | minor → blocker |
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
WIP: https://github.com/jquery/jquery-ui/pull/1201