UNPKG

readutf

Version:

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

9 lines (6 loc) 172 B
var gulp = require('gulp'); var open = require('gulp-open'); gulp.task('open', function() { return gulp.src('./coverage/lcov-report/index.html') .pipe(open()); });