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 +