class Prow::Paths
Public Instance Methods
compile()
click to toggle source
# File lib/prow/paths.rb, line 7 def compile compile_path || source + "/public" end
composite_path(start_path, end_path)
click to toggle source
# File lib/prow/paths.rb, line 23 def composite_path(start_path, end_path) "#{start_path}/#{end_path}" end
pages_config()
click to toggle source
# File lib/prow/paths.rb, line 15 def pages_config config + "/pages.json" end
source()
click to toggle source
# File lib/prow/paths.rb, line 3 def source source_path || `pwd`.chomp end
stylesheets()
click to toggle source
# File lib/prow/paths.rb, line 19 def stylesheets composite_path(compile, "/stylesheets") end