From 5cfbb7d20845813f5904e1beded711b31f4b1290 Mon Sep 17 00:00:00 2001 From: Bjoern Kimminich Date: Thu, 10 May 2018 23:04:33 +0200 Subject: [PATCH] Package into dedicated subfolder (resolves #552) --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 416b51cec9f..04c10816f2c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -90,7 +90,8 @@ module.exports = function (grunt) { 'models/*.js', 'routes/*.js', 'node_modules/**' - ] + ], + dest: 'juice-shop_<%= pkg.version %>/' } ] }