undo change to base value for server, breaks tests obviously sorry

This commit is contained in:
thatcher 2013-02-20 09:31:35 -05:00
parent 070a48f6c8
commit c2e0e41a6d

View File

@ -69,7 +69,7 @@ module.exports = function(grunt) {
},
server: {
port: 8000,
base: "../openseadragon.github.com"//"."
base: "."
},
watch: {
files: [ "grunt.js", "src/*.js" ],