Sha256: dce78720e0db841bc80590c13a8e1ac8e3cbec473c1ddd7ae3c2691e499ca096

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

description "Compass extention for YAML Framework http://www.yaml.de"

discover :images
discover :javascripts
file 'config.scss', :to =>'config.scss'
file 'basemod.scss', :to =>'basemod.scss'
file 'custom.scss', :to =>'custom.scss'
file 'Guardfile', :to =>'Guardfile'
file 'index.html.haml', :to=>'index.html.haml'

stylesheet 'default_includes.scss'

if Compass.configuration.project_type == :rails
  file 'application.html.haml', :to => 'app/views/layouts/application.html.haml'
else
  html 'index.html.haml'
  file 'Gemfile', :to =>'Gemfile'
end
help %Q{
This is a Compass extension for the YAML Framework. It's written and maintained by Michael Gerber.

https://github.com/firemind/cyaml

Rails Installation
========================
$ gem install cyaml
$ cd my_rails_project
$ compass init rails -r cyaml -u cyaml --force

Stand Alone Installation
========================
$ gem install cyaml
$ compass create -r cyaml --using cyaml my_project

}

welcome_message %Q{
You've installed CYAML. Read the Documentation at https://github.com/firemind/cyaml

Please remember: all project specific changes should be made in basemod.scss.

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cyaml-0.0.45 templates/project/manifest.rb
cyaml-0.0.44 templates/project/manifest.rb