Install with bower AdminLTE bootstrap theme
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 @@
 
 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
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
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
  */
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"
+    }
+  }
+}