Rakefile in engine2-1.0.4 vs Rakefile in engine2-1.0.5

- old
+ new

@@ -8,10 +8,10 @@ tpl_name = slim_file.sub("views/", "").sub(".slim", "") "$templateCache.put('#{tpl_name}', \"#{slim}\");" end end - open("app/engine2templates.js", "wb") << <<-EOF + open("app/templates.js", "wb") << <<-EOF angular.module('Engine2').run(['$templateCache', function($templateCache) { #{slims.join("\n")} }]); EOF end