diff --git a/Makefile b/Makefile
index d67d464c..734d5f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-
-CONFIG=Release
+VERSION=1.1
+CONFIG=Debug
DESTDIR=build/web/$(CONFIG)
COPYUNCHANGED="false"
-all: build deploy
+all: deploy
ddir:
mkdir -p $(DESTDIR)
@@ -12,6 +12,7 @@ ddir:
deploy: ddir build
xbuild /p:Configuration=$(CONFIG) /p:SkipCopyUnchangedFiles=$(COPYUNCHANGED) /p:DeployDir=../$(DESTDIR) /t:Deploy web/Web.csproj
rm -rf $(DESTDIR)/obj
+ mv $(DESTDIR)/Web.config $(DESTDIR)/Web.config.new
rsync: rsync-preprod rsync-local
@@ -29,5 +30,8 @@ rsync-local:
rsync -ravu build/web/$(CONFIG)/ root@localhost:/srv/www/yavsc
sourcepkg:
- git archive --format=tar --prefix=yavsc-1.1/ 1.1 | bzip2 > yavsc-1.1.tar.bz2
+ git archive --format=tar --prefix=yavsc-$(CONFIG)/ $(CONFIG) | bzip2 > yavsc-$(CONFIG).tar.bz2
+
+debug: build
+ (cd web; export MONO_OPTIONS=--debug; xsp4 --port 8080)
diff --git a/web/App_GlobalResources/LocalizedText.Designer.cs b/web/App_GlobalResources/LocalizedText.Designer.cs
deleted file mode 100644
index 8c1c0ee1..00000000
--- a/web/App_GlobalResources/LocalizedText.Designer.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-// ------------------------------------------------------------------------------
-//