Bugzilla – Attachment 68160 Details for
Bug 17241
Start using Bower for installing and managing Koha's JavaScript Dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17241 - Start using Bower for installing and managing Koha's JavaScript Dependencies
Bug-17241---Start-using-Bower-for-installing-and-m.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2017-10-15 10:32:04 UTC
(
hide
)
Description:
Bug 17241 - Start using Bower for installing and managing Koha's JavaScript Dependencies
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-10-15 10:32:04 UTC
Size:
1.15 KB
patch
obsolete
>From ace370124576ae37e003642958daaa0dcd1d9429 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 2 Sep 2016 13:18:27 +0000 >Subject: [PATCH] Bug 17241 - Start using Bower for installing and managing > Koha's JavaScript Dependencies > >--- > koha-tmpl/intranet-tmpl/lib/.bowerrc | 3 +++ > koha-tmpl/intranet-tmpl/lib/bower.json | 10 ++++++++++ > 2 files changed, 13 insertions(+) > create mode 100644 koha-tmpl/intranet-tmpl/lib/.bowerrc > create mode 100644 koha-tmpl/intranet-tmpl/lib/bower.json > >diff --git a/koha-tmpl/intranet-tmpl/lib/.bowerrc b/koha-tmpl/intranet-tmpl/lib/.bowerrc >new file mode 100644 >index 0000000..ab83d85 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/lib/.bowerrc >@@ -0,0 +1,3 @@ >+{ >+ "directory" : "." >+} >diff --git a/koha-tmpl/intranet-tmpl/lib/bower.json b/koha-tmpl/intranet-tmpl/lib/bower.json >new file mode 100644 >index 0000000..c6ec3c3 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/lib/bower.json >@@ -0,0 +1,10 @@ >+{ >+ "name": "koha", >+ "authors": [ >+ "Koha Development Team" >+ ], >+ "description": "Koha Library Software", >+ "main": "", >+ "license": "GPLv3", >+ "homepage": "http://koha-community.org" >+} >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17241
:
55139
|
55140
| 68160 |
68161