issues Search Results · repo:gulp-bem/gulp-bem-src language:JavaScript
Filter by
10 results
(75 ms)10 results
ingulp-bem/gulp-bem-src (press backspace or delete to remove)For sorting/validating purposes.
Also think about how to use this info in pipes.
qfox
- Opened on Jan 31, 2017
- #15
const builder = Builder({
levels: [
bem/libs/bem-core/common.blocks ,
bem/libs/bem-core/desktop.blocks ,
bem/libs/bem-components/common.blocks ,
bem/libs/bem-components/desktop.blocks ...
bug
belozer
- 5
- Opened on Nov 18, 2016
- #13
src(sources: String[], decl: BemEntityName[], techs: String|String[], [, options: {
config: ?BemConfig, // Should be loaded from .bemrc by default
techAliases: ?Object String,String[] // Should use ...
qfox
- Opened on Sep 4, 2016
- #8
I think we should support globs.
bemSrc( *.blocks , ...)
Also we can use globs as bemdecl (?) or techs options:
bemSrc( *.blocks/button/** , ...)
cc @blond Can you please describe this proposal more ...
enhancement
qfox
- 2
- Opened on Jul 19, 2016
- #4
Shortly, like that:
class BemVynil extends Vynil {
entity: BemEntity,
tech: String,
level: String
}
This will be useful to build plugins like streamFilter(file = file.entity.block !== button ). ...
qfox
- 8
- Opened on Jul 19, 2016
- #3
It should realize this:
const src = require( gulp-bem-src );
src({
config: BemConfig,
sources: String[],
bemdecl: *,
techs: String[],
techsAliases: ?Object String,String[]
}): Stream BemVinyl? ...
qfox
- 9
- Opened on Jul 14, 2016
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.