I admire your bravery of
- using Ember 1.10
- Not using Ember-cli
I started off not using ember-cli because I was not aware of what it was. It definitely works without ember-cli as long as all the files were in the right place. I don’t recommend it though!
I have the following includes:
<script type="text/javascript" src="/app/webroot/js/ember/ember-template-compiler.js"></script>
<script type="text/javascript" src="/app/webroot/js/ember/handlebars-v3.0.1.js"></script>
<script type="text/javascript" src="/app/webroot/js/ember/ember.js"></script>
<script type="text/javascript" src="/app/webroot/js/ember/emberdata.min.js"></script>
<script type="text/javascript" src="/app/webroot/js/ember/application.js"></script>