mercredi 1 juin 2016

Ember development - Handlebars doesn't seem to be loading

I am trying to start developing a simple Ember.js website and under Chromes debug window I see the ember.js script loaded and Jquery however I do not see Handlebars. I am using Visual Studio and I installed the scripts using the nuGet package manager. At the bottom of my body in the Html I have handlebars included in the scripts. I am working in Visual Studio Community 2015, all the scripts are up to date according to nuGet. I know something is wrong because following an Ember tutorial using the doesn't display correctly.

<script src="scripts/jquery-2.2.3.js"></script>
<script src="scripts/handlebars.js"></script>
<script src="scripts/ember.debug.js"></script>

However under chrome debug window I only see this Link to image




Aucun commentaire:

Enregistrer un commentaire