module React::Source
Public Class Methods
bundled_path_for(build)
click to toggle source
# File lib/react/source.rb, line 3 def self.bundled_path_for(build) File.expand_path("../../../build/#{build}", __FILE__) end