oauth
This commit is contained in:
parent
989df49cf2
commit
19b41ed9f4
19 changed files with 1729 additions and 7620 deletions
|
|
@ -48,7 +48,7 @@ gulp.task("min:css", function () {
|
|||
|
||||
gulp.task("min", ["min:js", "min:css"]);
|
||||
|
||||
gulp.task('watch', shell.task(['MONO_OPTIONS=--debug ASPNET_ENV=Development dnx-watch web --configuration=Debug']))
|
||||
gulp.task('watch', shell.task(['ASPNET_ENV=Development dnx-watch web --configuration=Debug']))
|
||||
|
||||
gulp.task('build', shell.task(['dnu build --configuration=Debug']))
|
||||
gulp.task('publish', shell.task(['dnu publish -o ../build']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue