Reputation: 3957
If I navigate to a site that is using Ember, is there anyway for me to get the version information? I have access to the console and dev tools but this is for a production build without sourcemaps, etc...
Thanks!
Upvotes: 2
Views: 776
Reputation: 4336
Ember
should be available in the console.
In addition, if you have Chrome's Ember Inspector plugin installed, it has an option to show the Ember logo in the URL bar when a site is running Ember.
Upvotes: 1
Reputation: 2048
You can find your versioning under console's tab "Debug"
Upvotes: 3
Reputation: 8320
I might be wrong, because I got no experience in Ember, but if you have access to the console, isn't it enough to make use of Ember.VERSION
?
Upvotes: 3