class Middleman::Templates::Html5
HTML5 Boilerplate template
def self.source_root
-
(String)
-
def self.source_root File.dirname(__FILE__) end
def build_scaffold!
-
(void)
-
def build_scaffold! template 'shared/config.tt', File.join(location, 'config.rb'), force: options[:force] directory 'html5/source', File.join(location, 'source'), force: options[:force] empty_directory File.join(location, 'source'), force: options[:force] end