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:29 UTC

[03/50] [abbrv] incubator-taverna-databundle-viewer git commit: Install with bower AdminLTE bootstrap theme

Install with bower AdminLTE bootstrap theme


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/5f974e4b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/5f974e4b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/5f974e4b

Branch: refs/heads/master
Commit: 5f974e4b8753ee7d57c2cba027b677b464470ce7
Parents: ada4898
Author: Denis Karyakin <sa...@gmail.com>
Authored: Mon Aug 3 15:21:13 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Mon Aug 3 15:21:13 2015 +0300

----------------------------------------------------------------------
 GEM_LICENSES.md                           | 2 +-
 app/assets/javascripts/application.coffee | 4 ++--
 app/assets/stylesheets/application.scss   | 8 ++++----
 bower.json                                | 8 ++++++++
 4 files changed, 15 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/5f974e4b/GEM_LICENSES.md
----------------------------------------------------------------------
diff --git a/GEM_LICENSES.md b/GEM_LICENSES.md
index 463288c..153db50 100644
--- a/GEM_LICENSES.md
+++ b/GEM_LICENSES.md
@@ -64,4 +64,4 @@ Draper - MIT, https://github.com/drapergem/draper/blob/master/LICENSE
 
 Bower-rails - MIT, https://github.com/rharriso/bower-rails/blob/master/MIT-LICENSE
 
-Also in project installed bootstrap theme (https://github.com/almasaeed2010/AdminLTE) with the MIT license https://github.com/almasaeed2010/AdminLTE#license
+Bootstrap theme (https://github.com/almasaeed2010/AdminLTE) with the MIT license https://github.com/almasaeed2010/AdminLTE#license

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/5f974e4b/app/assets/javascripts/application.coffee
----------------------------------------------------------------------
diff --git a/app/assets/javascripts/application.coffee b/app/assets/javascripts/application.coffee
index aa391a5..87da92c 100644
--- a/app/assets/javascripts/application.coffee
+++ b/app/assets/javascripts/application.coffee
@@ -29,8 +29,8 @@
 # about supported directives.
 #
 #= require jquery2.min.js
-#= require bootstrap.min
-#= require icheck.min
+#= require bootstrap_theme/bootstrap/js/bootstrap.min
+#= require bootstrap_theme/plugins/iCheck/icheck.min
 
 $ ->
   $('input').iCheck

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/5f974e4b/app/assets/stylesheets/application.scss
----------------------------------------------------------------------
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 6378ace..751d68a 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -29,8 +29,8 @@
  * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
  * file per style scope.
  *
-  *= require bootstrap.min
-  *= require AdminLTE.min
-  *= require skin-blue.min
-  *= require blue
+  *= require bootstrap_theme/bootstrap/css/bootstrap.min
+  *= require bootstrap_theme/dist/css/AdminLTE.min
+  *= require bootstrap_theme/dist/css/skins/skin-blue.min
+  *= require bootstrap_theme/plugins/iCheck/all
  */

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/5f974e4b/bower.json
----------------------------------------------------------------------
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..15387e6
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,8 @@
+{
+  "vendor": {
+    "name": "UI",
+    "dependencies": {
+      "bootstrap_theme": "almasaeed2010/AdminLTE"
+    }
+  }
+}