Move project URL above license URL in minified header

This commit is contained in:
Benjamin Gilbert 2013-05-13 23:37:23 -04:00
parent 17a6ee15b1
commit e50b9007b9

View File

@ -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: {