diff --git a/.bowerrc b/.bowerrc
deleted file mode 100644
index ba0accc5a..000000000
--- a/.bowerrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "directory": "app/bower_components"
-}
diff --git a/.editorconfig b/.editorconfig
index 9c0d97703..3f4927ea7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,6 @@
root = true
-
[*]
# Change these settings to your own preference
diff --git a/.travis.yml b/.travis.yml
index 9ba9711ec..87d3366ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ sudo: false
language: node_js
node_js:
- '0.12'
-before_script:
+before_install:
- npm install -g uglifyjs
-- npm install
+after_install:
- npm dedupe
script: gulp build --type=prod
after_script:
diff --git a/app/index.html b/app/index.html
index b31bad9a3..ecce379dd 100755
--- a/app/index.html
+++ b/app/index.html
@@ -13,6 +13,7 @@