Sha256: 242a7bc0f37f5727c6af4e037169cedc59158360eb35dd03f39ac1042a2f1f4b

Contents?: true

Size: 980 Bytes

Versions: 2

Compression:

Stored size: 980 Bytes

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'
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'
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.43 templates/project/manifest.rb
cyaml-0.0.42 templates/project/manifest.rb