lemonde / angular-ckeditor

CKEditor directive for Angular.
137 stars 133 forks source link

Version information #38

Open sverhagen opened 8 years ago

sverhagen commented 8 years ago

Probably good to add some version information in a header of the various distribution files and make that part of your release process?

Yvem commented 8 years ago

This is a standard JS module, with package.json and bower.json having a semver version. What is exactly your need ?

sverhagen commented 8 years ago

Sorry for not being clearer. This is a great module, and my question is absolutely minor. But for those that still have to deal with the unfortunate reality of no package management for their JavaScript builds, it'd be neat to have the version number in the angular-ckeditor.min.js (and possibly the angular-ckeditor.js).

Yvem commented 8 years ago

can't you even not use a trivial one like bower ? It justs download files for you...