WealthBar / angular-d3

AngularJS directives for declaratively using D3
http://wealthbar.github.io/angular-d3/
MIT License
156 stars 39 forks source link

`bower.json` references non-existent files #32

Closed jtmalinowski closed 8 years ago

jtmalinowski commented 8 years ago

Hey, firstly kudos for building this! The problem is: bower.json references "main": "dist/angularD3.js", but it is not shipped as a part of the Bower package.

Would you mind fixing that?

chrisnicola commented 8 years ago

No problem, my bad, I've been updating this for webpack so if you use NPM you'll fine the npm module angular_d3 is a bit better to work with. I'll correct this right away though.

Cheers!

jtmalinowski commented 8 years ago

This is great! Thanks!

alexspark commented 8 years ago

I'm running bower install https://github.com/WealthBar/angular-d3.git\#0.0.35 also tried bower install angularD3 the log output of those the above commands are displaying the 0.0.35 tag or tar and i'm still not seeing the dist directory. any tips?

alexspark commented 8 years ago

I'm not too familiar with Bower, but perhaps you need to remove the "dist" directory from the "ignore" list in the bower.json file.

chrisnicola commented 8 years ago

@alexspark I'm not sure if this will work but I've updated the ignore and retagged. Let me know.

alexspark commented 8 years ago

@chrisnicola We're almost there. Can you remove the comma on line 11 in the bower.json to make it valid json. I'm getting an unexpected token ] error when I bower install

chrisnicola commented 8 years ago

Done

alexspark commented 8 years ago

That worked. Thank you!