lib/ember/middleman/templates.rb in ember-middleman-0.0.10 vs lib/ember/middleman/templates.rb in ember-middleman-0.0.11
- old
+ new
@@ -44,10 +44,10 @@
end
%w(
source/layouts/layout.html.erb
source/index.html.erb
- source/javascripts/templates/index.js.handlebars
+ source/javascripts/templates/index.js.hbs
).each do |file|
copy_file file, File.join(location, file)
end
end
end