lib/ember_cli/path_set.rb in ember-cli-rails-0.5.5 vs lib/ember_cli/path_set.rb in ember-cli-rails-0.5.6
- old
+ new
@@ -82,13 +82,9 @@
define_path :build_error_file do
tmp.join("error.txt")
end
- define_path :tee do
- app_options.fetch(:tee_path) { configuration.tee_path }
- end
-
define_path :bower do
app_options.fetch(:bower_path) { configuration.bower_path }.tap do |path|
unless Pathname(path).executable?
fail DependencyError.new <<-MSG.strip_heredoc
Bower is required by EmberCLI