🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

modulizr-gulp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modulizr-gulp

a modulizr build that can be used by gulp

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

modulizr-gulp

Simple modulizr builds for gulp.

Usage

var gulp     = require('gulp');
var modulizr = require('modulizr-gulp');
var opts     = modulizr.all;

opts.filename = 'modernizr.js';

gulp.task('modulizr', function() {
  return modulizr(opts)
   .pipe(gulp.dest('out/'));
});

Options

Any options passed to modulizr-gulp will be passed as build configuration options to modernizr.build.

Check src/modulizr.json for all available options. These options are also available as the all property on modulizr-gulp.

opts.filename

This option defines the filename the eventual build file will have, defaults to modernizr.js.

License

This code is licensed under the ISC license

Keywords

gulp

FAQs

Package last updated on 19 Dec 2015

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