Slidebars icon indicating copy to clipboard operation
Slidebars copied to clipboard

"main" in bower.json has not existing directory

Open kz3 opened this issue 9 years ago • 1 comments

Hi,

I'm using main-bower-files to introduce each libraries but it doesn't return the directories. It seems like the "main" in the bower.json has not existing directory.

    "main": [
        "dist/2.0/slidebars.min.js",
        "dist/2.0/slidebars.min.css"
    ]

I change the bower.json as below then it works.

    "main": [
        "dist/slidebars.min.js",
        "dist/slidebars.min.css"
    ]

Is it written by for some reason?

kz3 avatar Aug 09 '16 18:08 kz3

+1

ligne13 avatar Jan 03 '17 14:01 ligne13