class Opal::Builder

def source_for(path)

Retrieve the source for a given path the same way #build would do.
def source_for(path)
  read(path, false)
end