config-debug.rb 320 B

1234567891011
  1. # Get the directory that this configuration file exists in
  2. dir = File.dirname(__FILE__)
  3. # Load the sencha-touch framework automatically.
  4. load File.join(dir, '..', 'themes')
  5. # Compass configurations
  6. sass_path = dir
  7. css_path = File.join(dir, "..", "css-debug")
  8. environment = :development
  9. output_style = :expanded