Closed joaquinjsb closed 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
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
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.