From e50b9007b92ac4029fc9a43090be404a6558fac3 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 13 May 2013 23:37:23 -0400 Subject: [PATCH] Move project URL above license URL in minified header --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ee063729..649b5abd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -68,8 +68,8 @@ module.exports = function(grunt) { banner: "//! <%= pkg.name %> <%= pkg.version %>\n" + "//! Built on <%= grunt.template.today('yyyy-mm-dd') %>\n" + "//! Git commit: <%= gitInfo %>\n" - + "//! License: http://openseadragon.github.io/license/\n" - + "//! http://openseadragon.github.io\n\n", + + "//! http://openseadragon.github.io\n" + + "//! License: http://openseadragon.github.io/license/\n\n", process: true }, dist: {