Add license link to header of minified JS

This commit is contained in:
Benjamin Gilbert 2013-05-12 17:21:32 -04:00
parent bbffa7a182
commit c49de73692

View File

@ -68,6 +68,7 @@ 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",
process: true
},