0.1.9 • Published 9 years ago

gulp-rev-smart v0.1.9

Weekly downloads
31
License
-
Repository
github
Last release
9 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

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago