New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gulp-file-url-update

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-file-url-update

md5

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

gulp-file-url-update

md5 plugin for gulp ,md5 the static files(eg javascript style image files) ;then replace the filenames in css or the html if needed by passing the file or dir in the second parameter

Usage

First, install gulp-file-url-update as a development dependency:

npm install --save-dev gulp-file-url-update

Then, add it to your gulpfile.js:

var md5 = require("gulp-file-url-update");

gulp.src("./src/*.css")
	.pipe(md5('./output/index.html', {size:10}))
	.pipe(gulp.dest("./dist"));

License

http://en.wikipedia.org/wiki/MIT_License[MIT License]

Keywords

gulp

FAQs

Package last updated on 26 Mar 2018

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