Skip to content

Commit

Permalink
WA开发环境:添加 gulp help
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Mar 18, 2014
1 parent 40538ce commit d62f2d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ gulp.task('dist:prod', function () {

gulp.task('server', ['server:dev']);

gulp.task('default', ['server:dev']);
gulp.task('default', $.taskListing);
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d62f2d0

Please sign in to comment.