Module: Rang::Config

Defined in:
lib/rang/config.rb

Class Attribute Summary collapse

Class Attribute Details

.disable_html_precompilationObject

Returns the value of attribute disable_html_precompilation.



6
7
8
# File 'lib/rang/config.rb', line 6

def disable_html_precompilation
  @disable_html_precompilation
end

.frontend_assets_directoryObject

Returns the value of attribute frontend_assets_directory.



7
8
9
# File 'lib/rang/config.rb', line 7

def frontend_assets_directory
  @frontend_assets_directory
end

.patch_sprockets_to_use_html_extensionObject

Returns the value of attribute patch_sprockets_to_use_html_extension.



5
6
7
# File 'lib/rang/config.rb', line 5

def patch_sprockets_to_use_html_extension
  @patch_sprockets_to_use_html_extension
end

.remove_angular_delims_from_slimObject

Returns the value of attribute remove_angular_delims_from_slim.



8
9
10
# File 'lib/rang/config.rb', line 8

def remove_angular_delims_from_slim
  @remove_angular_delims_from_slim
end