implement predefined circles usage
This commit is contained in:
parent
65f199299d
commit
ae1ceb71ce
3 changed files with 47 additions and 5 deletions
|
|
@ -23,6 +23,11 @@ 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
|
||||
|
||||
|
||||
start_debug:
|
||||
ASPNET_ENV=Development mono --debugger-agent=transport=dt_socket,server=y,address=127.0.0.1:4669 /home/paul/.dnx/runtimes/dnx-mono.1.0.0-rc1-update2/bin/Microsoft.Dnx.Host.Mono.dll web
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue