From 919e478184427e163c42e6074debbcb73aae02f4 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sat, 13 Aug 2016 15:25:53 +0200 Subject: [PATCH] Correct license output directory in Gruntfile (#624) --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c3e2acb23..663df0f65 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' }, }, },