class Middleman::Templates::Mobile
Mobile HTML5 Boilerplate
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 'mobile/source', File.join(location, 'source'), force: options[:force] empty_directory File.join(location, 'source'), force: options[:force] end