Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower package? #20

Closed
YonathanB opened this issue Jul 27, 2017 · 2 comments
Closed

bower package? #20

YonathanB opened this issue Jul 27, 2017 · 2 comments
Milestone

Comments

@YonathanB
Copy link

Hi,
Why don't you have a bower for it?
Standard is to use npm for server-side library & bower for front. Since it's a front functionality, I think it would be better to manage it via bower

@leonn
Copy link

leonn commented Aug 4, 2017

@YonathanB it is registered in bower, but does not contain the main bower file and main setup, so you must set it in your bower file

"overrides": {
    "angular-material-time-picker":{
      "main": [
        "dist/md-time-picker.css",
        "dist/md-time-picker.js"
      ]
    }

the correct fix is if someone add a bower file

@Andreasbaaserud Andreasbaaserud modified the milestone: 1.0.8 Aug 23, 2017
@Andreasbaaserud
Copy link
Contributor

This is included in release 1.0.8, out now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants