question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nightly builds @angular2-material/XXXX@next

See original GitHub issue

Bug, feature request, or proposal: feature/proposal

What is the expected behavior?

Provide nightly builds reflecting master in NPM

What is the current behavior?

No nightly builds.

What is the use-case or motivation for changing an existing behavior?

Currently there are a lot of things evolving, sometimes a feature exists in master for a while until it is released. One can “compile” his own version with little effort but this mean hassle for the project, either npm link the clone or removing the material dependencies from package.json and loosing the npm dependency inspection

Having @angular2-material/core@next will ease up the process.

Which versions of Angular, Material, OS, browsers are affected?

None

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:15
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

6reactions
IgorMinarcommented, Jun 1, 2016

We publish all of our builds to git repos instead (example). you can install them from there via:

npm install angular/core-builds#optionalTagOrHash

I prefer git repos because they allow us to publish artifacts after each commit without flooding the npm. Additionally, it’s easy to review what’s being published and see the diffs as well we remove old version whenever we want to (unpublishing from npm is tricky and sometimes impossible).

2reactions
jelbourncommented, Dec 20, 2016

@Chris1308 that build was broken. This will happen when installing from master- that’s why we do releases 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found