Socket
Book a DemoInstallSign in
Socket

gulp-brfs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-brfs

fs.readFileSync() static asset inliner

Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
150
0.67%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-brfs

Gulp plugin for substack's brfs

Installation

npm install -D gulp-brfs

Usage

Note: currently only works with streams

var gulp = require('gulp');
var brfs = require('gulp-brfs');

gulp.task('default', function () {
    return gulp.src('./src/**/*.js', {buffer: false})
    .pipe(brfs())
    .pipe(gulp.dest('./pkg'));
});

Keywords

gulp

FAQs

Package last updated on 12 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts