0.1.9 • Published 8 years ago

gulp-rev-smart v0.1.9

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

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago