Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const gutil = require('gulp-util');
  2. const chalk = gutil.colors;
  3.  
  4. gutil.log(
  5. "File '%s' saved to '%s'. %d bytes written.",
  6. chalk.cyan('baz.js'),
  7. chalk.cyan('/foo/bar'),
  8. chalk.cyan(0)
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement