discovering gulp-dnx-tasks
This commit is contained in:
parent
f529253ce5
commit
2e7535cd77
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ var gulp = require("gulp"),
|
|||
uglify = require("gulp-uglify"),
|
||||
shell = require("gulp-shell"),
|
||||
rename = require('gulp-rename'),
|
||||
clean = require('gulp-clean');
|
||||
clean = require('gulp-clean'),
|
||||
dnx = require("gulp-dnx-tasks");
|
||||
|
||||
var webroot = "./wwwroot/";
|
||||
|
||||
|
|
@ -51,5 +52,4 @@ gulp.task('build', shell.task(['dnu build --configuration=Debug']));
|
|||
gulp.task('run', shell.task(['ASPNET_ENV=Development dnx web --configuration=Debug']));
|
||||
gulp.task('buildrelease', shell.task(['dnu build --configuration=Release']));
|
||||
|
||||
|
||||
gulp.task("default", ["min"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue