Slidebars
Slidebars copied to clipboard
"main" in bower.json has not existing directory
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?
+1