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 %>/' } ] }