diff --git a/.deployment b/.deployment
index 1e42f16..db5488a 100644
--- a/.deployment
+++ b/.deployment
@@ -1,2 +1,2 @@
[config]
-command = bash deploy.sh
\ No newline at end of file
+command = deploy.cmd
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 5fa7f16..fe73828 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
node_modules/
-public/components
.sass-cache
public/out
+public/dist
+public/components
diff --git a/app.js b/app.js
index 18dafca..7f43795 100644
--- a/app.js
+++ b/app.js
@@ -7,5 +7,4 @@ var app = express();
require('./config/express')(app, config);
-app.listen(config.port);
-
+app.listen(process.env.PORT || config.port);
diff --git a/app/views/index.vash b/app/views/index.vash
index 5977628..506e140 100644
--- a/app/views/index.vash
+++ b/app/views/index.vash
@@ -320,14 +320,14 @@
-
+
-
-
+
+