mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Add license link to header of minified JS
This commit is contained in:
parent
bbffa7a182
commit
c49de73692
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user