class Paths
Constants
- SOURCE_DIR
Public Class Methods
jekyll_bin()
click to toggle source
NOTE: I'm not sure how to reuse this code… therefore raise if someone calls it.
# File lib/support/helpers.rb, line 19 def self.jekyll_bin; raise 'NOT SUPPORTED!'; end
output_file()
click to toggle source
# File lib/support/helpers.rb, line 14 def self.output_file; source_dir.join("jekyll_output.txt"); end
source_dir()
click to toggle source
# File lib/support/helpers.rb, line 21 def self.source_dir; SOURCE_DIR; end
status_file()
click to toggle source
# File lib/support/helpers.rb, line 16 def self.status_file; source_dir.join("jekyll_status.txt"); end
test_dir()
click to toggle source
NOTE: I'm not sure how to reuse this code… therefore raise if someone calls it.
# File lib/support/helpers.rb, line 10 def self.test_dir; raise 'NOT SUPPORTED!' ; end
theme_gem_dir()
click to toggle source
# File lib/support/helpers.rb, line 12 def self.theme_gem_dir; 'NOT SUPPORTED!'; end