From d62f2d071622a8fec9375082d21c8b5e00a08f24 Mon Sep 17 00:00:00 2001 From: Amio Date: Tue, 18 Mar 2014 16:53:10 +0800 Subject: [PATCH] =?UTF-8?q?WA=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=EF=BC=9A?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20gulp=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5563c91..acdc82f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -184,4 +184,4 @@ gulp.task('dist:prod', function () { gulp.task('server', ['server:dev']); -gulp.task('default', ['server:dev']); +gulp.task('default', $.taskListing); diff --git a/package.json b/package.json index d70bc1d..65976e9 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,13 @@ "gulp-size": "~0.1.2", "gulp-useref": "^0.1.2", "gulp-bundle": "^0.2.3", + "gulp-concat": "^2.1.7", "gulp-ng-html2js": "~0.1.6", + "gulp-task-listing": "^0.2.2", "express": "^4.0.0-rc3", - "tiny-lr": "*", "connect-livereload": "*", + "tiny-lr": "*", "open": "*", - "gulp-concat": "^2.1.7", "jshint-stylish": "^0.1.5" }, "engines": {