mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-31 12:26:12 +03:00
Merge remote branch 'upstream/master' into getString-error
This commit is contained in:
commit
e05e04c7b2
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ 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"
|
||||||
+ "//! http://openseadragon.github.com\n\n",
|
+ "//! http://openseadragon.github.io\n\n",
|
||||||
process: true
|
process: true
|
||||||
},
|
},
|
||||||
dist: {
|
dist: {
|
||||||
|
|
|
@ -4,7 +4,7 @@ This project is a fork of the OpenSeadragon project at http://openseadragon.code
|
||||||
|
|
||||||
## On the Web
|
## On the Web
|
||||||
|
|
||||||
http://openseadragon.github.com/
|
http://openseadragon.github.io/
|
||||||
|
|
||||||
## First Time Setup
|
## First Time Setup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue