lib/ember_cli/app.rb in ember-cli-rails-0.5.4 vs lib/ember_cli/app.rb in ember-cli-rails-0.5.5
- old
+ new
@@ -22,9 +22,13 @@
options: options,
)
@build = BuildMonitor.new(name, @paths)
end
+ def root
+ paths.root
+ end
+
def compile
@compiled ||= begin
prepare
@shell.compile
@build.check!