-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pull request angular-material so they will publish directly to Meteor #1
Comments
Thanks @Urigo I forked the angular material project, but actually they don't have the compiled sources inside of their repo. Everything is compiled inside of https://github.com/angular/bower-material but that repo I guess gets autocompiled. Will see when I get into it. Cheers |
Yes it's like AngularJS.. maybe you can still pull request their gulp tasks and continue publishing here or maybe just create an issue for them with all the information |
@dohomi I've created the 'angular' organization and add you in so you can now publish the material library there. |
Hi Urigo, I checked out the angular organization and its projects. Currently they all point to the github version of the bower project of angular. It looks that you are still maintaining the files? Would like to publish my project but I need to wait that you link urigo:angular to the angular:angular project as well, otherwise angular is getting loaded twice in my app. How about angular:ui-calendar? I wrote a wrapper for planet training, shall I publish it there as well? Best Regards, Dominic
|
Yes I get it. about angular:ui-calendar yes that will be great, just publish it under angularui:ui-calendar because it's an angular-ui project and not angular |
Very nice work!
It will be best if you would pull request the angular-material library to help them publish their own version to Meteor.
They use Gulp so here is a guide on how to do that:
https://github.com/MeteorPackaging/grunt-gulp-meteor
Then until they will merge your pull request you could publish from the fork with this gulp task.
Also, I would change the namespacing of the publisher to make it official, like
(someone already took the 'angular' namespace...)
Send me your Meteor user name and I will add you to the angularjs Meteor organization so you can publish straight to there..
For more information:
https://github.com/MeteorPackaging
MeteorCommunity/discussions#14
https://www.youtube.com/watch?v=g-idz8UPtDM
https://www.youtube.com/watch?v=mIxZnOtWUUY
The text was updated successfully, but these errors were encountered: