cotag / orbicular

A CSS based circular progress bar for AngularJS
MIT License
47 stars 15 forks source link

Why _orbicular_config as main file in bower.json? #5

Closed sheerun closed 10 years ago

sheerun commented 10 years ago

You require it already in orbicular.scss. There is no need to make it main file.

stakach commented 10 years ago

I use http://yeoman.io/ for scaffolding and by default grunt auto-injects bower scripts listed as main into the index.html file, I've never found it particularly helpful so I've disabled it and based on the docs it should be a string or an array. So maybe I should change it?

Happy to accept pull requests, or just let me know how the bower file should look and I'll update it.

sheerun commented 10 years ago

I think main should be ["orbicular/orbicular.js", "orbicular/orbicular.scss"]