Sha256: 8c3e335b7a73a1bf97a1b40148eaec47db18e48fef3f09fc0344f6bf8706b1ce
Contents?: true
Size: 1.74 KB
Versions: 6
Compression:
Stored size: 1.74 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-Partials.md', :like => :stylesheet, :to => 'partials/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 => 'partials/_functions.scss' file '../shared/_mixins.scss', :like => :stylesheet, :to => 'partials/_mixins.scss' file '../shared/_extendables.scss', :like => :stylesheet, :to => 'partials/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
6 entries across 6 versions & 2 rubygems