1

Obviously I can clone the repository, but that's not what I'm after...

If you visit angularjs.org they offer a stable and unstable download of a single, final angular.js file but if you clone the repository you get a whole folder structure (which isn't useful to me).

My question is – how do I get the latest code from Github into this single-file (i.e. angular.min.js) format?

The github repository in question is: https://github.com/angular/angular.js

1
  • 1
    you build it Commented Jul 6, 2013 at 8:17

1 Answer 1

2

As is already described in the README:

grunt package

Although if you need more detailed descriptions on how to build it, the official documentation offers a more comprehensive guide that also explains the dependencies.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.