diff --git a/Gruntfile.js b/Gruntfile.js
index 1edad78bd..3cf31c486 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -230,7 +230,7 @@ module.exports = function(grunt) {
archive: 'dist/opensourcepos.zip'
},
files: [
- {src: ['public/**', 'vendor/**', 'application/**', 'database/**', '*.txt', '*.md', 'LICENSE', 'docker*', 'Dockerfile', '.htaccess', 'public/.htaccess']}
+ {src: ['public/**', 'vendor/**', 'application/**', '!/public/images/menubar/png/', '!/public/dist/bootswatch/', '/public/dist/bootswatch/*/*.css', 'database/**', '*.txt', '*.md', 'LICENSE', 'docker*', 'Dockerfile', '.htaccess', 'public/.htaccess']}
]
}
}
diff --git a/README.md b/README.md
index 31739e3c2..4807ea6ca 100644
--- a/README.md
+++ b/README.md
@@ -81,13 +81,14 @@ For Windows based installations please read [the wiki](https://github.com/jekkos
Local install
-------------
-1. Create/locate a new mysql database to install open source point of sale into
-2. Execute the file database/database.sql to create the tables needed
-3. unzip and upload Open Source Point of Sale files to web server
-4. Modify application/config/database.php and modify credentials if needed to connect to your database
-5. Modify application/config/config.php encryption key with your own
-6. Go to your point of sale install public dir via the browser
-7. LOGIN using
+1. Dowload the latest [stable release](https://github.com/jekkos/opensourcepos/releases) from github or [unstable build](https://bintray.com/jekkos/opensourcepos/opensourcepos/view/files?sort=updated&order=asc#files) from bintray
+2. Create/locate a new mysql database to install open source point of sale into
+3. Execute the file database/database.sql to create the tables needed
+4. unzip and upload Open Source Point of Sale files to web server
+5. Modify application/config/database.php and modify credentials if needed to connect to your database
+6. Modify application/config/config.php encryption key with your own
+7. Go to your point of sale install public dir via the browser
+8. LOGIN using
* username: admin
* password: pointofsale
8. Enjoy
diff --git a/application/views/partial/header.php b/application/views/partial/header.php
index 6569f049b..8caf67bc9 100644
--- a/application/views/partial/header.php
+++ b/application/views/partial/header.php
@@ -71,10 +71,10 @@
-
+
-
+
diff --git a/deployment.json b/deployment.json
index 16905d59e..b8c9f1a62 100644
--- a/deployment.json
+++ b/deployment.json
@@ -20,7 +20,7 @@
"files":
[
- {"includePattern": "dist/(.*)\.(.*)", "uploadPattern": "$1.$2"}
+ {"includePattern": "dist/(.*)\\.(.*)", "uploadPattern": "$1.$2"}
],
"matrixParams": {
"override": 1