I use karma-bower package which tries to retrieve bower_components/livestampjs/bower.json, but there is bower_components/livestampjs/.bower.json. A dot is prepending to bower.json after installation, so I have .bower.json, so karma-bower can't find this file.
Hey!
I use
karma-bower
package which tries to retrievebower_components/livestampjs/bower.json
, but there isbower_components/livestampjs/.bower.json
. A dot is prepending tobower.json
after installation, so I have.bower.json
, sokarma-bower
can't find this file.What's happened?