Module: Compass::AppIntegration::Staticmatic::ConfigurationDefaults
- Defined in:
- lib/staticmatic/compass/configuration_defaults.rb
Instance Method Summary collapse
- #css_dir_without_default ⇒ Object
- #default_cache_dir ⇒ Object
- #default_http_images_path ⇒ Object
- #default_http_javascripts_path ⇒ Object
- #http_path ⇒ Object
- #images_dir_without_default ⇒ Object
- #javascripts_dir_without_default ⇒ Object
- #project_type_without_default ⇒ Object
- #sass_dir_without_default ⇒ Object
Instance Method Details
#css_dir_without_default ⇒ Object
21 22 23 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 21 def css_dir_without_default "build" end |
#default_cache_dir ⇒ Object
37 38 39 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 37 def default_cache_dir ".sass-cache" end |
#default_http_images_path ⇒ Object
29 30 31 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 29 def default_http_images_path "images" end |
#default_http_javascripts_path ⇒ Object
33 34 35 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 33 def default_http_javascripts_path "javascripts" end |
#http_path ⇒ Object
9 10 11 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 9 def http_path "/" end |
#images_dir_without_default ⇒ Object
25 26 27 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 25 def images_dir_without_default "build" end |
#javascripts_dir_without_default ⇒ Object
17 18 19 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 17 def javascripts_dir_without_default "build" end |
#project_type_without_default ⇒ Object
5 6 7 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 5 def project_type_without_default :staticmatic end |
#sass_dir_without_default ⇒ Object
13 14 15 |
# File 'lib/staticmatic/compass/configuration_defaults.rb', line 13 def sass_dir_without_default "src" end |