Sha256: 36339aaffaafd8f59123dba8c436cee17d31ecc3721ba73f30a30db48fa44f2f

Contents?: true

Size: 1.96 KB

Versions: 4

Compression:

Stored size: 1.96 KB

Contents

description "Aurora Sub 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-Partials.md',  :like => :stylesheet, :to => 'partials/README.md'
file '../shared/README-templates.md', :to => "templates/README.md"

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

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

# Drupal templates
file './tpls/page.tpl.php.txt', :to => "templates/page.tpl.php"
file './tpls/field--field-slideshow-slide-body-text.tpl.php.txt', :to => "templates/field--field-slideshow-slide-body-text.tpl.php"
file './tpls/field--field-slideshow-slide-link.tpl.php.txt', :to => "templates/field--field-slideshow-slide-link.tpl.php"
file './tpls/field--field-slideshow-slide.tpl.php.txt', :to => "templates/field--field-slideshow-slide.tpl.php"
file './tpls/views-view.tpl.php.txt', :to => "templates/views-view.tpl.php"

# Stylesheets
discover :stylesheets

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

help %Q{
  @TODO Write some help text.
}

welcome_message %Q{
  Arcturus based Aurora Subtheme.

  See http://snugug.github.io/Aurora/ for full documentation on the Aurora base system.

  You now need to 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 & 1 rubygems

Version Path
compass-aurora-os-0.3.2 templates/arcturus/manifest.rb
compass-aurora-os-0.3.0 templates/arcturus/manifest.rb
compass-aurora-os-0.3.0.alpha templates/arcturus/manifest.rb
compass-aurora-os-0.2.3 templates/arcturus/manifest.rb