ckelsey / aCKolor

Color picker for angular
MIT License
5 stars 5 forks source link

Build aCkolor #6

Closed 6Meghana closed 7 years ago

6Meghana commented 7 years ago

Hi,

I am stuck building the aCkolor can you please guide through it. I am using windows 7.

When I build the repository aCkolor using gulp and push to my repository and then when I build HabpanelUI ,it is not pointing to

https://github.com/6Meghana/aCKolor.git#3.0.3-habpanel.

Thanks, Meghana N

ckelsey commented 7 years ago

Hi Meghana, You should only need to run npm install and that'll set everything up. Let me know if that doesn't do it for you

ckelsey commented 7 years ago

What package manager are you using? If npm or bower you'll need to register your own and not point to mine. Out of curiosity, is there something you need built into my project?

6Meghana commented 7 years ago

Hi ckelsey, The build is successful by running npm install and bower.

Thank you!