Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Manage client-side dependencies using Bower #6369

@rxaviers

Description

@rxaviers

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 ./js);
  • jQuery UI (present on ./js);
  • jquery.hashchange (present on ./js); [1]

devDependencies:

  • requirejs (present on ./external);
  • QUnit (present on ./external);
  • jshint (to-be-included);

1: About jquery.hashchange.js modification that is not yet upstream. Can we use @gseguin modified clone in the bower config, eg. "hashchange": "gseguin/jquery-hashchange"?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions