fixes file watching
This commit is contained in:
parent
faeda80726
commit
9178bc8b19
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ project.lock.json: project.json
|
||||||
$(dnu) restore
|
$(dnu) restore
|
||||||
|
|
||||||
watch: project.lock.json
|
watch: project.lock.json
|
||||||
MONO_OPTIONS=--debug ASPNET_ENV=$(ASPNET_ENV) ASPNET_LOG_LEVEL=$(ASPNET_LOG_LEVEL) dnx-watch web --configuration=$(CONFIGURATION)
|
MONO_MANAGED_WATCHER=enabled ASPNET_ENV=$(ASPNET_ENV) ASPNET_LOG_LEVEL=$(ASPNET_LOG_LEVEL) dnx-watch web --configuration=$(CONFIGURATION)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf bin obj
|
rm -rf bin obj
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue