From dd6c8fdd25befbdac0bc8abce35ff44fe6efbf18 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sun, 13 Aug 2017 18:31:41 +0200 Subject: [PATCH] Add CSV files to dist zip (#1469) --- Gruntfile.js | 2 +- application/views/partial/header.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3cf31c486..1f3e98479 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -230,7 +230,7 @@ module.exports = function(grunt) { archive: 'dist/opensourcepos.zip' }, files: [ - {src: ['public/**', 'vendor/**', 'application/**', '!/public/images/menubar/png/', '!/public/dist/bootswatch/', '/public/dist/bootswatch/*/*.css', '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', '*.csv']} ] } } diff --git a/application/views/partial/header.php b/application/views/partial/header.php index 6307fbccd..192acd02d 100644 --- a/application/views/partial/header.php +++ b/application/views/partial/header.php @@ -71,10 +71,10 @@ - + - +