0.4.1 • Published 9 years ago

gulp-bower-mf v0.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

gulp-bower

NPM version Build Status Dependency Status

Reads .bower.json files and pipes out the defined main files whilst obeying dependency order

Installation

Install 'gulp-bower' as a development dependency:

npm install --save-dev gulp-bower-mf

Basic Usage

var gulp = require('gulp')
var bower = require('gulp-bower-mf')

gulp.task('process-bower-files', function () {
	return gulp.src('./bower_components/**/.bower.json')
		.pipe(bower())
		.pipe(gulp.dest('./public')
})
0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

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