Skip to content
Snippets Groups Projects
Commit 2256252d authored by syuilo's avatar syuilo
Browse files

Use gutil instead of console

parent 7dd740ea
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ gulp.task('build:client:scripts', done => {
.transform(transformify((source, file) => {
if (file.substr(-4) !== '.tag') return source;
console.log(file);
gutil.log('Build Tag: ' + file);
return source;
}))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment