https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17241 Bug ID: 17241 Summary: Start using Bower for installing and managing Koha's JavaScript Dependencies Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Bower is a modern web development tool to make installing, updating and managing JavaScript dependencies easy and is a good best-practice tool to use. As such, we should make use of Bower and begin putting our external library dependencies under the control of bower. We can start with something very simple; using bower to manage requirejs. This patch will switch to using a bower install version of requirejs that is the same version of requirejs we are already using. -- You are receiving this mail because: You are watching all bug changes.