UNPKG

readutf

Version:

A thin wrapper around fs.readFile that automatically sets the encoding to utf8 on your behest

8 lines (5 loc) 128 B
var gulp = require('gulp'); var rimraf = require('rimraf'); gulp.task('clean', function(cb) { rimraf('./coverage', cb); });