You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by al...@apache.org on 2015/08/24 13:41:41 UTC

[15/50] [abbrv] incubator-taverna-databundle-viewer git commit: Install d3.js with bower

Install d3.js with bower


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/1ec1f997
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/1ec1f997
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/1ec1f997

Branch: refs/heads/master
Commit: 1ec1f9971053831409aa0cdb548d825777567408
Parents: c741437
Author: Denis Karyakin <sa...@gmail.com>
Authored: Sun Aug 16 01:47:00 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Sun Aug 16 01:47:00 2015 +0300

----------------------------------------------------------------------
 app/assets/javascripts/application.coffee | 1 +
 bower.json                                | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/1ec1f997/app/assets/javascripts/application.coffee
----------------------------------------------------------------------
diff --git a/app/assets/javascripts/application.coffee b/app/assets/javascripts/application.coffee
index 87da92c..a5d2a13 100644
--- a/app/assets/javascripts/application.coffee
+++ b/app/assets/javascripts/application.coffee
@@ -31,6 +31,7 @@
 #= require jquery2.min.js
 #= require bootstrap_theme/bootstrap/js/bootstrap.min
 #= require bootstrap_theme/plugins/iCheck/icheck.min
+#= require d3/d3.min
 
 $ ->
   $('input').iCheck

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/1ec1f997/bower.json
----------------------------------------------------------------------
diff --git a/bower.json b/bower.json
index 15387e6..5636e21 100644
--- a/bower.json
+++ b/bower.json
@@ -2,7 +2,8 @@
   "vendor": {
     "name": "UI",
     "dependencies": {
-      "bootstrap_theme": "almasaeed2010/AdminLTE"
+      "bootstrap_theme": "almasaeed2010/AdminLTE",
+      "d3": "3.5.6"
     }
   }
 }