use strotygen

vnext
Paul Schneider 5 years ago
parent f7c8c5e070
commit 0e6efa4272
1 changed files with 11 additions and 1 deletions

@ -5,7 +5,7 @@ HOSTADMIN=root
ASPNET_LOG_LEVEL=debug
SOURCE_DIR=$(HOME)/workspace/yavsc
MAKEFILE_DIR=$(SOURCE_DIR)/scripts/build/make
BASERESXGEN=Resources/Yavsc.Resources.ChatHub.Designer.cs Resources/Yavsc.ViewComponents.CommentViewComponent.Designer.cs
include $(MAKEFILE_DIR)/versioning.mk
include $(MAKEFILE_DIR)/dnx.mk
@ -56,6 +56,16 @@ endif
%.min.css: %.css
jsmin < $^ > $@
%.Designer.cs: %.resx
strotygen -p -t -r "Yavsc.Resources." $^
prepare_code: $(BASERESXGEN)
web_rebuild:
make -C ../Yavsc.Abstract
make -C ../Yavsc.Server
make bin/Debug/dnx451/Yavsc.dll
minJs: $(MINJS)
minCss: $(MINCSS)

Loading…