mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-30 12:10:12 +03:00
undo change to base value for server, breaks tests obviously sorry
This commit is contained in:
parent
070a48f6c8
commit
c2e0e41a6d
1 changed files with 1 additions and 1 deletions
2
grunt.js
2
grunt.js
|
@ -69,7 +69,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
server: {
|
||||
port: 8000,
|
||||
base: "../openseadragon.github.com"//"."
|
||||
base: "."
|
||||
},
|
||||
watch: {
|
||||
files: [ "grunt.js", "src/*.js" ],
|
||||
|
|
Loading…
Add table
Reference in a new issue