Module: React::Source

Defined in:
lib/react/source.rb

Class Method Summary collapse

Class Method Details

.bundled_path_for(build) ⇒ Object



3
4
5
# File 'lib/react/source.rb', line 3

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