From c2e0e41a6dc74ef26a81e73df326b2945834634f Mon Sep 17 00:00:00 2001 From: thatcher Date: Wed, 20 Feb 2013 09:31:35 -0500 Subject: [PATCH] undo change to base value for server, breaks tests obviously sorry --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 36c228c8..3c93539e 100644 --- a/grunt.js +++ b/grunt.js @@ -69,7 +69,7 @@ module.exports = function(grunt) { }, server: { port: 8000, - base: "../openseadragon.github.com"//"." + base: "." }, watch: { files: [ "grunt.js", "src/*.js" ],