0.0.6 • Published 9 years ago

gulp-cdn-absolute-path v0.0.6

Weekly downloads
18
License
MIT
Repository
github
Last release
9 years ago

gulp-cdn-absolute-path

A gulp plugin for replacing local path with cdn absolute path

Install

npm install --save-dev gulp-cdn-absolute-path

Examples

var gulp = require('gulp');
var cdnAbsolutePath = require('gulp-cdn-absolute-path');

gulp.task('cdn-absolute-path', function () {
	gulp.src('template/**/*.html')
		.pipe(cdnAbsolutePath({asset: 'static', cdn: 'http://www.a.com'}))
		.pipe(gulp.dest('template'));
});
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago