Skip to content

Commit

Permalink
Package into dedicated subfolder
Browse files Browse the repository at this point in the history
(resolves juice-shop#552)
  • Loading branch information
bkimminich committed May 10, 2018
1 parent f1e0246 commit 5cfbb7d
Showing 1 changed file 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 @@ -90,7 +90,8 @@ module.exports = function (grunt) {
'models/*.js',
'routes/*.js',
'node_modules/**'
]
],
dest: 'juice-shop_<%= pkg.version %>/'
}
]
}
Expand Down

0 comments on commit 5cfbb7d

Please sign in to comment.