ashish-chopra / angular-gauge

A reusable gauge directive for Angular 1.x apps and dashboards
https://ashish-chopra.github.io/angular-gauge/
MIT License
95 stars 36 forks source link

bower.json not being updated #37

Closed joaquinjsb closed 7 years ago

joaquinjsb commented 7 years ago

also on the 2.1.0 release there's no dist folder so is creating conflicts with bower, to solve this I'm using an override of the main, but i have to update the min.js so I can use the threshold feature.

ashish-chopra commented 7 years ago

Hi @joaquinjsb

Is that the only change needed to make it available using bower?

Also, is there any other way to make library available for bower without committing dist folder?

Cheers Ashish

joaquinjsb commented 7 years ago

Hi @ashish-chopra, you already registered the package within bower so you just need to create a new release and bower will do the rest.

you have then to modify your bower.json tu point the main to your src instead of the dist file, "main": "dist/angularjs-gauge.js",

I have done the new modification