added log message

This commit is contained in:
Phil Kunz
2015-10-26 23:38:29 +01:00
parent f3c0a766c9
commit d456dc45eb
3 changed files with 51 additions and 18 deletions

View File

@ -8,7 +8,7 @@ var pipeWorked = function() {
pr.beautylog.success("Pipe didn't break! Ready for Primetime!");
};
pr.beautylog.log('Now trying to browserify a testfile...');
gulp.task('gulpBrowserTest',function(cb) {
gulp.src('./test/*.js')
.pipe(gulpBrowser.browserify())