From 52623302e5ddf060be1318258637bda1e1fe11bf Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 3 Aug 2016 23:32:18 +0200 Subject: [PATCH] a comment --- Yavsc/gulpfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Yavsc/gulpfile.js b/Yavsc/gulpfile.js index 3c42c319..a45396f3 100755 --- a/Yavsc/gulpfile.js +++ b/Yavsc/gulpfile.js @@ -52,3 +52,6 @@ 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