Module: Rang::Config
- Defined in:
- lib/rang/config.rb
Class Attribute Summary collapse
-
.disable_html_precompilation ⇒ Object
Returns the value of attribute disable_html_precompilation.
-
.frontend_assets_directory ⇒ Object
Returns the value of attribute frontend_assets_directory.
-
.patch_sprockets_to_use_html_extension ⇒ Object
Returns the value of attribute patch_sprockets_to_use_html_extension.
-
.remove_angular_delims_from_slim ⇒ Object
Returns the value of attribute remove_angular_delims_from_slim.
Class Attribute Details
.disable_html_precompilation ⇒ Object
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_directory ⇒ Object
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_extension ⇒ Object
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_slim ⇒ Object
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 |