jcassee / angular-hypermedia

Hypermedia REST API client for AngularJS applications
MIT License
38 stars 5 forks source link

Add version number to distribution #12

Closed mvcatsifma closed 8 years ago

jcassee commented 9 years ago

The project gets its Bower distribution version number from Git tags. In what other way would you like to add a version number?

mvcatsifma commented 9 years ago

What I mean is that is would be handy to see the version number in the header of the distribution file, for instance while debugging in the browser. Just a minor improvement though ...

jcassee commented 9 years ago

That would be useful indeed. We could probably do that with a gulp text replacement plugin.

Found an example: http://www.miwurster.com/add-gits-revision-information-to-your-app-using-gulp/

jcassee commented 8 years ago

Fixed by #16