angular-multiselect icon indicating copy to clipboard operation
angular-multiselect copied to clipboard

.bower.json missing dist folder

Open arindrajitb opened this issue 10 years ago • 3 comments

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.

arindrajitb avatar Jan 03 '16 00:01 arindrajitb

you have to use gulp command to build source code.

kampanarts avatar Jan 05 '16 02:01 kampanarts

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" [email protected] 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 .

arindrajitb avatar Jan 06 '16 16:01 arindrajitb

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 ;-)

zachlysobey avatar Jan 06 '16 17:01 zachlysobey