This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Description
Seems like it would make more sense to src files using "main" instead of "ignore" since these are the primary files that are needed for the package, and the files you would want to copy over to a dist dir.
"ignore" is just to tell your bower package that certain files don't need to be downloaded when installing (via the command line typically).
This assumes I understand this package correctly.
Edit: the files listed in ignore shouldn't even exist in your bower_components directory in the first place, per the bower spec: https://github.com/bower/bower.json-spec