You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
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"?
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:
devDependencies:
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"?