From c07e196a9649b644dc15b961940d4a865ffb3f8c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 2 Nov 2019 15:58:10 +0000 Subject: [PATCH] run web using aot compiled dnx --- src/Yavsc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Yavsc/Makefile b/src/Yavsc/Makefile index 4eba5147..ea0fb08c 100644 --- a/src/Yavsc/Makefile +++ b/src/Yavsc/Makefile @@ -23,6 +23,9 @@ MINCSS=wwwroot/css/coiffure.min.css wwwroot/css/dev.min.css wwwroot/c web: project.lock.json MCS_OPTIONS=$(MCS_OPTIONS) MONO_OPTIONS=$(MONO_OPTIONS) ASPNET_LOG_LEVEL=$(ASPNET_LOG_LEVEL) ASPNET_ENV=$(ASPNET_ENV) dnx web --configuration=$(CONFIGURATION) |tee web.log +nweb: + MONO_PATH=$(MONO_PATH):~/.dnx/runtimes/dnx-mono.1.0.0-rc1-update2/bin ~/.dnx/runtimes/dnx-mono.1.0.0-rc1-update2/bin/ndnx web + showConfig: @echo HOSTING: $(USER)@$(HOSTING) @echo ENV: $(ASPNET_ENV)