raty
raty copied to clipboard
Bower.json missing assets
When I install raty through bower, I retrieves a version of raty with missing 'assets' in bower.json
{
"name": "jquery-raty",
"homepage": "https://github.com/wbotelhos/raty",
"version": "2.7.0",
"_release": "2.7.0",
"_resolution": {
"type": "version",
"tag": "2.7.0",
"commit": "3da2be01c9f4bc48cf021a4e122e10415c3ee37b"
},
"_source": "git://github.com/wbotelhos/raty.git",
"_target": "2.7.0",
"_originalSource": "raty"
}
The best would be to have this :
{
"authors" : ["Washington Botelho <[email protected]> (http://wbotelhos.com)"],
"description" : "jQuery Raty - A Star Rating Plugin",
"dependencies" : {
"jquery": "2"
},
"homepage" : "https://github.com/wbotelhos/raty",
"ignore" : ["**/.*", "node_modules", "spec", "vendor"],
"keywords" : ["classificacao", "classificar", "javascript", "jquery", "library", "plugin", "rating", "raty", "star", "staring", "votar", "voto"],
"license" : "MIT",
"main" : ["lib/jquery.raty.js", "lib/jquery.raty.css" ],
"name" : "raty",
"version" : "2.7.0"
}
+1
this issue is still not solved.
That's why it's still "open"
Hi, could you check if version 2.7.1 solve this issue?
The assets are just a example that can be used.
If we set lib/jquery.raty.css we need to include the fonts too and we decided that the user will use fonts.
If we do not set lib/jquery.raty.css we need to include the images and we decided that the user will use images.
Make sense include this files on main?