ya-ember-precompile
Version:
Precompile ember handlebars template files without the usage of jquery
15 lines (14 loc) • 315 B
HTML
<html>
<head>
<title>Ember compiler</title>
</head>
<body>
<script src="./jquery-1.9.1.js"> </script>
<script src="./handlebars-1.0.0-rc.4.js"> </script>
<script src="./ember-1.0.0-rc.5.js"> </script>
<script src="./templates.js"> </script>
<script >
var MyApp = Em.Application.create();
</script>
</body>
</html>