From ba8fd29bba98dea87dfd42ccc5fe7f75353760c4 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 30 May 2016 12:25:50 +0200 Subject: [PATCH] +debug --- Yavsc/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/gulpfile.js b/Yavsc/gulpfile.js index 831a6ccc..f56e7b72 100755 --- a/Yavsc/gulpfile.js +++ b/Yavsc/gulpfile.js @@ -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'])) +gulp.task('watch', shell.task(['MONO_OPTIONS=--debug ASPNET_ENV=Development dnx-watch web --configuration=Debug'])) gulp.task('build', shell.task(['dnu build --configuration=Debug'])) gulp.task('publish', shell.task(['dnu publish']))