Skip to content

Commit

Permalink
FIXED problem with multiple notification messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Santana committed Jan 14, 2016
1 parent ffbe7d2 commit 62fa2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "first",
"version": "0.7.0",
"version": "0.7.5",
"description": "A CSS methodology applied to a nonintrusive framework.",
"authors": [
"Jo Santana <[email protected]> (http://josantana.net)"
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gulp.task('styles', function ()
}))
.pipe(sourcemaps.write('../map'))
.pipe(gulp.dest(dist))
.pipe(notify('first: Built'));
.pipe(notify({ message: 'first: Built', onLast: true }));
});

gulp.task('default', ['styles'], function ()
Expand Down

0 comments on commit 62fa2f3

Please sign in to comment.