Gulp Google Cdn Save Abandoned

Replaces script references with Google CDN ones

Project README

gulp-google-cdn

Replaces script references with Google CDN ones

Issues with the output should be reported on the google-cdn issue tracker.

Install

$ npm install --save-dev gulp-google-cdn

Usage

const gulp = require('gulp');
const googleCdn = require('gulp-google-cdn');

exports.default = () => (
	gulp.src('index.html')
		.pipe(googleCdn(require('./bower.json')))
		.pipe(gulp.dest('dist'))
);

API

googleCdn(bowerConfig, options?)

bowerConfig

Type: object

options

Type: object

See the google-cdn options.

Open Source Agenda is not affiliated with "Gulp Google Cdn" Project. README Source: sindresorhus/gulp-google-cdn
Stars
80
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating