Module: Compass::AppIntegration::StandAlone::ConfigurationDefaults
- Defined in:
- lib/rtpl-compass.rb
Instance Method Summary collapse
- #css_dir_without_default ⇒ Object
- #default_project_type ⇒ Object
- #javascripts_dir_without_default ⇒ Object
Instance Method Details
#css_dir_without_default ⇒ Object
44 45 46 |
# File 'lib/rtpl-compass.rb', line 44 def css_dir_without_default "css" end |
#default_project_type ⇒ Object
36 37 38 |
# File 'lib/rtpl-compass.rb', line 36 def default_project_type :stand_alone end |
#javascripts_dir_without_default ⇒ Object
40 41 42 |
# File 'lib/rtpl-compass.rb', line 40 def javascripts_dir_without_default "js" end |