-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
HI!
Due to
bower/spec#43
and
bower/spec#47 #Proposal 1: files flat list
I would like to use "files" and/or "ignore" in addition to "main" in the bower.json of required packages to find my assets.
Just an example:
var bowerfiles = require('bower-files')({
'include':['main','files'],
'exclude':['ignore']
});And/Or:
bowerfiles.include("main").include("files")
bowerfiles.all().exclude("ignore").exclude("main").ext("js").filesWhat do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels