mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +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: {
|
server: {
|
||||||
port: 8000,
|
port: 8000,
|
||||||
base: "../openseadragon.github.com"//"."
|
base: "."
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
files: [ "grunt.js", "src/*.js" ],
|
files: [ "grunt.js", "src/*.js" ],
|
||||||
|
|
Loading…
Add table
Reference in a new issue