bower.json is outdated
Please update/publish your bower.json file, because I spent a hell of a lot time to notice this
"description": "Customizable jquery plugin to play and stop animated gifs. Similar to 9gag's. Supports video",
"version": "0.3.2",
"main" : [
"js/jquery.gifplayer.js",
"css/gifplayer.css"
],
Thank you
Sorry, what do you mean? 0.3.2 is the latest version
Right, but when I installed it with bower install --save jquery.gifplayer yesterday the folder structure was like this:
dist/
- jquery.gifplayer.js
- css/gifplayer.css
But as you can see main variable in downloaded bower.json containts different path:
"main" : [
"js/jquery.gifplayer.js",
"css/gifplayer.css"
],
Perhaps it needs to be republished on bower package manager or so ?
You're right, the registered bower.json file has not been updated, is different than the one in the repo, I'll try bumping the version number
Thank you ! I guess you might close issue when you'll update it