Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Repository files navigation

gulp-bem-pack

NPM versionBuild Status

Gulp wrapper of bem-pack.

Usage

vargulp=require('gulp');varbempack=require('gulp-bem-pack');gulp.src(['base/*.js','main/*.js']).pipe(bempack('index.js')).pipe(gulp.dest('dist'));

API

gulp-bem-pack(filename, [options])

filename

Type: String

File name of generated JavaScript file.

options

Type: Object

Object with options, that will be directly passed to bem-pack.

License

MIT (c) 2014 Vsevolod Strukchinsky

About

Browserify JavaScript files with levels support

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages