Questions tagged [main-bower-files]
16 questions
0
votes
1 answer
Is it possible to put bower `main` files to specific folder with gulp plugin?
Is it possible to copy .js files to one specific javascript folder with gulp plugin main-bower-files ?
var gulp = require('gulp'),
bower = require('gulp-bower'),
mainBowerFiles = require('gulp-main-bower-files'),
gulp.task('mainbower',…

Mo.
- 26,306
- 36
- 159
- 225