Sha256: 1456a9b2fb607e3699f1231c323f52ad53ca862cd8d481151f42e893ac6d7b46

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

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

discover :images
file 'config.scss', :to =>'.config.scss'
file 'basemod.scss', :to =>'.basemod.scss'
stylesheet 'default_includes.scss'
stylesheet 'patch_my_layout.scss', :media => 'screen, projection'

if Compass.configuration.project_type == :rails
  file 'application.html.haml', :to => 'app/views/layouts/application.html.haml'
else
  html 'index.html.haml'
  html 'citrin.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/servasat/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/servasat/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.35 templates/project/manifest.rb
cyaml-0.0.34 templates/project/manifest.rb