Files
react/gem-react-source/lib/react/source.rb
T
Paul O’Shannessy 520c4f96d4 Move react-source gem out of project root
Now it requires a build step. At least the confusing lib directory is
gone though.
2014-07-21 22:56:32 -07:00

8 lines
144 B
Ruby

module React
module Source
def self.bundled_path_for(build)
File.expand_path("../../../build/#{build}", __FILE__)
end
end
end