0.1.9 • Published 10 years ago

gulp-rev-smart v0.1.9

Weekly downloads
31
License
-
Repository
github
Last release
10 years ago

CSS-URL Build Status

The lightweight plugin to override urls in files to hashed after gulp-rev

What is the result?

See here

Install

npm install gulp-rev-smart

Usage

var gulp=require('gulp');
var override=require('gulp-rev-smart');

gulp.task('rev',function(){
    return gulp.src('./activity/**/*')
                .pipe(override())
                .pipe(gulp.dest('./build/'))
                .pipe(rev.manifest())
                .pipe(gulp.dest('./rev'));
});

AND

gulp rev

Tests

npm test

License

MIT

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago