[Koha-bugs] [Bug 17241] Start using Bower for installing and managing Koha' s JavaScript Dependencies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 2 16:43:33 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17241

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Also, if you want to play with Bower, installing it on Debian is pretty
trivial:
sudo apt-get install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/bin/node # Most node packages look for node,
not nodejs
sudo npm install bower -g

Because we have separate lib directories on the staff and opac side, they will
need to be managed separately ( unless we decide to unify them at some point ).
This patch starts with the staff side.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list