From be1c9e8c6288e1e5d9f3aa1bad76a13ed758d339 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