是否可以使用gulp插件将bower`main`文件放到特定文件夹中?

时间:2015-10-31 12:15:33

标签: javascript gulp bower gulp-plugin main-bower-files

是否可以使用 gulp 插件.jsjavascript个文件复制到一个特定的main-bower-files文件夹?

var gulp = require('gulp'),
    bower = require('gulp-bower'),
    mainBowerFiles = require('gulp-main-bower-files'),
gulp.task('mainbower', function() {
    return gulp.src('./bower.json')
        // .pipe(mainBowerFiles([[filter, ]options][, callback]))
        .pipe(mainBowerFiles())
        .pipe(gulp.dest('./wwwroot/libs'));
});

这是当前文件夹复制结果作为插件的单独文件夹

enter image description here

1 个答案:

答案 0 :(得分:0)

gulp-main-bower-files仅返回可传递给gulp.src()的文件列表。

要压缩目录树b https:/ st plugin为https://github.com/armed/gulp-flatten