* style.css: Smaller minimal width, by even smaller footer bar ( for
screens width below 350px ) * Makefile: clean all in the target directory before deploying to it.
This commit is contained in:
2
Makefile
2
Makefile
@ -15,8 +15,8 @@ ddir:
|
||||
mkdir -p $(DESTDIR)
|
||||
|
||||
deploy: ddir build
|
||||
rm -rf $(DESTDIR)
|
||||
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user