Skip to content

Commit

Permalink
Add upload/complaints folder to packaged archives
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Nov 26, 2018
1 parent 278649b commit 2595383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ module.exports = function (grunt) {
'models/*.js',
'routes/*.js',
'node_modules/**',
'views/**'
'views/**',
'uploads/complaints/.gitkeep'
],
dest: 'juice-shop_<%= pkg.version %>/'
}
Expand Down
Empty file removed uploads/.gitkeep
Empty file.

0 comments on commit 2595383

Please sign in to comment.