I'm trying to use the compress script to create my semantic classes
but I'm experiencing the following error. Please help! ( I am new to
Blueprint and ruby)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/yaml.rb:133:in `load': syntax error on line 8, col 19:
` "#programDetails": "span-7 prepend-1 last"' (ArgumentError)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/yaml.rb:133:in `load'
from /Users/MAC/Desktop/blueprintScript/lib/blueprint/../../lib/
blueprint/compressor.rb:79:in `initialize_project_from_yaml'
from /Users/MAC/Desktop/blueprintScript/lib/blueprint/../../lib/
blueprint/compressor.rb:35:in `initialize'
from compress.rb:149:in `new'
from compress.rb:149
Here is my settings.yml file:
project1:
path: /users/MAC/Desktop/Handbook/css
semantic_classes:
"#left": "span-8"
"#header": "span-8 last"
"#headerLink": "span-6 prepend-1 last"
"#menu": "span-7 prepend-1 last"
"#programDetails": "span-7 prepend-1 last"
"#right": "span-15 prepend-1 last"
"#suportNav": "span-15 last"
"#toolBarContainer": "span-6 prepend-9 prepend-top last"
"div.section": "span-15 last"
"div.sectionMenu": "span-15 append-bottom last"
"#GSfooter": "span-12 prepend-top"
"#UCFGSlogo": "prepend-top"
"#GSlinks": "span-12 last"
"ul.box" : "span-10 prepend-top"
"#cstatement": "span-12 prepend-top last"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---