mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +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"
|
banner: "//! <%= pkg.name %> <%= pkg.version %>\n"
|
||||||
+ "//! Built on <%= grunt.template.today('yyyy-mm-dd') %>\n"
|
+ "//! Built on <%= grunt.template.today('yyyy-mm-dd') %>\n"
|
||||||
+ "//! Git commit: <%= gitInfo %>\n"
|
+ "//! Git commit: <%= gitInfo %>\n"
|
||||||
+ "//! License: http://openseadragon.github.io/license/\n"
|
+ "//! http://openseadragon.github.io\n"
|
||||||
+ "//! http://openseadragon.github.io\n\n",
|
+ "//! License: http://openseadragon.github.io/license/\n\n",
|
||||||
process: true
|
process: true
|
||||||
},
|
},
|
||||||
dist: {
|
dist: {
|
||||||
|
Loading…
Reference in New Issue
Block a user