Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
Rename gulp develop task to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eljenso committed Dec 4, 2015
1 parent 6263ada commit d493ca8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var gulp = require('gulp'),



gulp.task('develop', function () {
gulp.task('dev', function () {
livereload.listen();

nodemon({
Expand All @@ -20,8 +20,9 @@ gulp.task('develop', function () {
this.stderr.pipe(fs.createWriteStream('err.txt'));

livereload.reload();
}
)});
});

});

gulp.task('default', function () {
nodemon({
Expand Down

0 comments on commit d493ca8

Please sign in to comment.