Bower give me the following error: _bower invalid-meta The "main" field cannot contain globs (example: "*.js")_ because of the: "main": [ "./css/elusive-icons.css", **"./fonts/*"** ]
Bower give me the following error:
bower invalid-meta The "main" field cannot contain globs (example: "*.js")
because of the:
"main": [
"./css/elusive-icons.css",
"./fonts/*"
]