From 9648f79b1441cc69b48e50925445bcbdd8c81a2f Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 11 May 2015 21:31:28 -0400 Subject: [PATCH] [Closes #16447] Concat. license to bootstrap.less [Closes #16447] Concat. license to bootstrap.less --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index f6cae30e31f4..0e225ad1c3c4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -159,6 +159,7 @@ module.exports = function (grunt) { strictMath: true, sourceMap: true, outputSourceFiles: true, + banner: '<%= banner %>', sourceMapURL: '<%= pkg.name %>.css.map', sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map' },