amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

.bower.json missing dist folder #77

Open arindrajitb opened 8 years ago

arindrajitb commented 8 years ago

Current bower file only installs the module partially. It multiselect.js from src folder. dist(ribution) folder not included. Also css and template file missing there too.

kampanarts commented 8 years ago

you have to use gulp command to build source code.

arindrajitb commented 8 years ago

Thats fine. But when you use bower command to install, it creates refence to the source file. Ideally bower installation copies the distribution part and reger that from user file. On 5 Jan 2016 02:19, "kampanarts" notifications@github.com wrote:

you have to use gulp command to build source code.

— Reply to this email directly or view it on GitHub https://github.com/amitava82/angular-multiselect/issues/77#issuecomment-168873146 .

zachlysobey commented 8 years ago

agree with @arindrajitb, this sounds like a bug.

I'd like to subtly persuade you to use npm over bower for front-end dependency management though ;-)