raty icon indicating copy to clipboard operation
raty copied to clipboard

Bower.json missing assets

Open BentoumiTech opened this issue 10 years ago • 5 comments

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"
}

BentoumiTech avatar May 13 '15 14:05 BentoumiTech

+1

billymoon avatar Jun 17 '15 19:06 billymoon

this issue is still not solved.

cnyewei2016 avatar Sep 23 '16 00:09 cnyewei2016

That's why it's still "open"

michaelh99 avatar Sep 23 '16 00:09 michaelh99

Hi, could you check if version 2.7.1 solve this issue?

wbotelhos avatar Sep 23 '16 04:09 wbotelhos

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?

wbotelhos avatar Jun 14 '18 16:06 wbotelhos