Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-dynamic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-dynamic

A plugin to import fragmented files within other

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Gulp-dynamic NPM version

Plugin to import fragmented files within other with Dynamic-api.

Node support: 0.10.x, 0.11.x

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

gulp.task('default', function() {
    gulp.src('src/*.js')
    .pipe(dynamic())
    .pipe(gulp.dest('build'));
});

Install

Install gulp-dynamic with npm:

$ npm install gulp-dynamic --save-dev

API Options

Options dynamic-api

Usage import on files

Usage import on files dynamic-api

Contributing

To contribute to gulp-dynamic, clone this repo locally and commit your code.

Please check that everything works before opening a pull-request.

License

Dynamic-api is licensed under the MIT License

FAQs

Package last updated on 29 Aug 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc