From cfbe2323304f3e0bc784b7e0823551ccf5979a30 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 1 Sep 2016 18:38:08 +0200 Subject: [PATCH] cleanning --- Yavsc/gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yavsc/gulpfile.js b/Yavsc/gulpfile.js index a45396f3..8bb1445b 100755 --- a/Yavsc/gulpfile.js +++ b/Yavsc/gulpfile.js @@ -53,5 +53,4 @@ gulp.task('watch', shell.task(['ASPNET_ENV=Development dnx-watch web --configura gulp.task('build', shell.task(['dnu build --configuration=Debug'])) gulp.task('publish', shell.task(['dnu publish -o ../build'])) -// dnx gen controller -outDir ApiControllers -api -dc ApplicationDbContext -m {model} -name {name}ApiController -// dnx gen controller -outDir Controllers -dc ApplicationDbContext -udl -m {model} -name {name}Controller +