Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjay committed Apr 9, 2015
1 parent 403ee9a commit c1e77d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PORT=3000 node server
- 开启监控编译

```
gulp build
gulp
```

- 浏览器打开 [http://localhost:3005/list](http://localhost:3005/list)
Expand Down
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ files.forEach(function(file) {

gulp.task('build', files);

gulp.task('default', ['build']);


0 comments on commit c1e77d8

Please sign in to comment.