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