angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Add versioning to dist files #303

Open gsans opened 9 years ago

gsans commented 9 years ago

I have used one version some weeks ago and saved the corresponding 'router.es5.js' locally. Now I have no clue to which version is referring to without comparing sources. Where I can find the version number within the router.es5.js?

0x-r4bbit commented 9 years ago

The Version number of the latest release you can always find in the package.json. If you maintain a local copy of a distributed file yourself, the version number should at least be parts of header information in the comments.