mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
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
|