Yevhenii Chubar
Results
2
comments of
Yevhenii Chubar
Hi, also interesting in solution, here is code example ``` javascript gulp.task('index', function () { var assets = $.useref.assets({ noconcat: true }); return gulp.src('./*.html') .pipe(assets) .pipe($.if('*.js', $.ngAnnotate())) .pipe($.if(/.*[^\.min].js/, $.uglify())) .pipe($.if('*.css',...
Yes, please. Copy behavior without blinking of source item is really needed. @tchunwei thanks for reference