new buildGlobs(dependencies, bowerFiles, options)
buildGlobs
Parameters:
Name | Type | Description |
---|---|---|
dependencies |
Object | a map of dependencies |
bowerFiles |
Array | an array bower component file paths |
options |
Object |
Properties:
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
globs |
Object | the glob strings organized by type
Properties
|
- Source:
Methods
filterByPackage(files, names) → {Array}
filterByPackage
Parameters:
Name | Type | Description |
---|---|---|
files |
Array | |
names |
String | Array |
- Source:
Returns:
files for a particular package name
- Type
- Array
filterByType(files, type) → {Array}
filterByType
Parameters:
Name | Type | Description |
---|---|---|
files |
Array | |
type |
String |
- Source:
Returns:
files for a particular type
- Type
- Array
getOutputFiles(type, dependencies, bowerFiles) → {undefined}
getOutputFiles
Parameters:
Name | Type | Description |
---|---|---|
type |
String | |
dependencies |
Object | |
bowerFiles |
Array | an array bower component file paths |
- Source:
Returns:
- Type
- undefined