Sha256: 8bc19a441e8f13775ea1eb82067864262477d76514fe8138849558bd37d1fd4d

Contents?: true

Size: 1.64 KB

Versions: 4

Compression:

Stored size: 1.64 KB

Contents

description "Aurora Base Theme"
no_configuration_file!

# Add in custom config file.
file '../shared/config.rb.erb', :to => "config.rb", :erb => true

# Add in README
file '../shared/README-Sass.md',  :like => :stylesheet, :to => 'README.md'
file '../shared/README-templates.md', :to => "templates/README.md"

# ERB ALL the Drupal files!
file '../shared/aurora.info.erb', :to => "#{options[:project_name] || File.basename(Compass.configuration.project_path)}.info", :erb => true

file '../shared/template.php.erb', :to => "template.php", :erb => true

# Stylesheets
discover :stylesheets

file '../shared/_functions.scss', :like => :stylesheet, :to => 'config/_functions.scss'
file '../shared/_mixins.scss', :like => :stylesheet, :to => 'config/_mixins.scss'

file '../shared/_extendables.scss', :like => :stylesheet, :to => 'global/_extendables.scss'

# Developer Consistency
file '../shared/Gemfile.txt', :to => 'Gemfile'
file '../shared/editorconfig.txt', :to => '.editorconfig'
file '../shared/gitignore.txt', :to => ".gitignore"

help %Q{
  Please contact Ian Carrico with questions:

      github@iancarrico.com
}

welcome_message %Q{
  Corona based Aurora Subtheme.

  See http://snugug.github.io/Aurora/ for full documentation.

  Please run `bundle install` from inside your new subtheme to install the required dependencies. This will create a Gemfile.lock file, add this to your version control.

  When you are ready start compiling, run `bundle exec compass watch` instead of simply `compass watch` to ensure you are compiling using your dependent Compass extensions.

  Alternatively, if you are using Grunt, simply run `grunt watch` to compile and start LiveReload.
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
compass-aurora-os-0.3.2 templates/corona/manifest.rb
compass-aurora-os-0.3.0 templates/corona/manifest.rb
compass-aurora-os-0.3.0.alpha templates/corona/manifest.rb
compass-aurora-3.0.9 templates/corona/manifest.rb