mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Move project URL above license URL in minified header
This commit is contained in:
parent
17a6ee15b1
commit
e50b9007b9
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user