Class: buildGlobs

buildGlobs

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
Name Type Description
js Object an array of javascript Dependency objects
css Object an array of css Dependency objects
fonts Object an array of fonts path glob strings
images Object an array of image path glob strings
bower Object an array of image path glob strings
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