Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Bring gulp standard options to method #8

Open
qfox opened this issue Sep 4, 2016 · 0 comments
Open

Bring gulp standard options to method #8

qfox opened this issue Sep 4, 2016 · 0 comments

Comments

@qfox
Copy link
Member

qfox commented Sep 4, 2016

src(sources: String[], decl: BemEntityName[], techs: String|String[], [, options: {
  config: ?BemConfig, // Should be loaded from .bemrc by default
  techAliases: ?Object<String,String[]> // Should use aliases from .bemrc if any

  // vfs.src options:
  buffer: Boolean=true,
  read: Boolean=true,
  since: ?(Date|Number),
  stripBOM: Boolean=true,
  passthrough: Boolean=false,
  sourcemaps: Boolean=false,
  followSymlinks: Boolean=true, // we should pass it to bem-walk?
  dots: Boolean=false // pointless?,
  // etc.
}]): Stream<Vinyl>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant