mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
520c4f96d4
Now it requires a build step. At least the confusing lib directory is gone though.
8 lines
144 B
Ruby
8 lines
144 B
Ruby
module React
|
|
module Source
|
|
def self.bundled_path_for(build)
|
|
File.expand_path("../../../build/#{build}", __FILE__)
|
|
end
|
|
end
|
|
end
|