Correct license output directory in Gruntfile (#624)

This commit is contained in:
jekkos
2016-08-13 15:25:53 +02:00
parent 3f34775000
commit 919e478184

View File

@@ -222,7 +222,7 @@ module.exports = function(grunt) {
options: {
// Target-specific options go here.
directory: 'public/bower_components',
output: 'publiclicense/LICENSES'
output: 'public/license/LICENSES'
},
},
},