[Koha-bugs] [Bug 15522] New interface for revamped circulation rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 30 00:30:13 CET 2018


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

Jesse Weaver <jweaver at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68232|0                           |1
        is obsolete|                            |

--- Comment #9 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 71049
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71049&action=edit
Bug 15522: Add JS build pipeline

This is not directly testable, but can be either used through the
Makefile:

$ make js-build

(This will automatically install all dependencies.)

Or by manually installing yarn:

$ sudo apt install nodejs npm
$ sudo npm install -g yarn
$ yarn install
$ yarn build

(There is also `make js-watch` and `yarn watch`, which automatically
recompile when files are changed.)

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


More information about the Koha-bugs mailing list