Skip to content

Commit

Permalink
Modifying comment to see if i'm a contributor yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswmanion committed Aug 12, 2015
1 parent 861ca84 commit c6f944e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulp/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ gulp.task('webpack-dev-server', function(callback) {

server.listen(8080, "localhost", function() {});

gutil.log('[webpack-dev-server]',
'http://localhost:8080/');
gutil.log('[webpack-dev-server]', 'http://localhost:8080/');

callback();
});
Expand Down

0 comments on commit c6f944e

Please sign in to comment.