PANmedia / raptor-editor

Raptor, an HTML5 WYSIWYG content editor!
www.raptor-editor.com
GNU General Public License v3.0
533 stars 136 forks source link

Downloader builder should tell you which version its using #166

Open Petah opened 10 years ago

Petah commented 10 years ago

Currently the download builder does not indicate what version of Raptor and its dependencies its building.

It would be good to provide this in a comment and an API call such as Raptor.version

deeknow commented 9 years ago

Hey @Petah, sorry I realise this was opened a long time ago but be interested to know more about what you intended to do with this? Seems sensible to have %%version [version-num]%% type place-holders in meta tags in the JS src files and a Raptor.version property somewhere with them all updated by the build scripts. Was that the general gist of it?

Petah commented 9 years ago

Yea that was the gist. The intention was to be able to debug issues and detect exactly what version people were running.

deeknow commented 9 years ago

Nice, thanks.