You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On http://guides.emberjs.com/v1.10.0/getting-started/obtaining-emberjs-and-dependencies/ it says to add:<scriptsrc="js/libs/jquery-1.11.2.min.js"></script><scriptsrc="js/libs/handlebars-v1.3.0.js"></script><scriptsrc="js/libs/ember.js"></script><scriptsrc="js/libs/ember-data.js"></script></body>onthenextpagehttp://guides.emberjs.com/v1.10.0/getting-started/adding-a-route-and-template/ if you click 'Changes in this step in diff format' the version numbers for jquery and handlebars are gone.IthinkoverallitwouldbeeasiestforanintrodemotousejsfromaCDNsomewherelike<scriptsrc="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script><scriptsrc="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script><scriptsrc="//cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.3/ember.min.js"></script><scriptsrc="//cdnjs.cloudflare.com/ajax/libs/ember-data.js/1.13.5/ember-data.min.js"></script>
so you don't need to download those and can just get coding.