diff --git a/.bowerrc b/.bowerrc
new file mode 100644
index 0000000000..8c58c8efc9
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,3 @@
+{
+ "directory": "app/bower_components"
+}
\ No newline at end of file
diff --git a/app/index.html b/app/index.html
index cba3ae659c..7cad696e56 100644
--- a/app/index.html
+++ b/app/index.html
@@ -18,8 +18,8 @@
-
-
+
+
diff --git a/test/karma.conf.js b/test/karma.conf.js
index 78a8d1a8a5..60e360b292 100644
--- a/test/karma.conf.js
+++ b/test/karma.conf.js
@@ -4,9 +4,9 @@ module.exports = function(config){
basePath : '../',
files : [
- 'bower_components/angular/angular.js',
- 'bower_components/angular-route/angular-route.js',
- 'bower_components/angular-mocks/angular-mocks.js',
+ 'app/bower_components/angular/angular.js',
+ 'app/bower_components/angular-route/angular-route.js',
+ 'app/bower_components/angular-mocks/angular-mocks.js',
'app/js/**/*.js',
'test/unit/**/*.js'
],