Skip to content

Commit

Permalink
[BUGFIX release] Fix bundled source path
Browse files Browse the repository at this point in the history
Currently, global builds are placed into `./dist/globals`.
  • Loading branch information
tricknotes committed Jan 13, 2016
1 parent 0991de4 commit 11dd60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ember/data/source.rb
Expand Up @@ -4,7 +4,7 @@ module Ember
module Data
module Source
def self.bundled_path_for(distro)
File.expand_path("../../../../dist/#{distro}", __FILE__)
File.expand_path("../../../../dist/globals/#{distro}", __FILE__)
end
end
end
Expand Down

0 comments on commit 11dd60d

Please sign in to comment.