You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Compass Development
I'm working on an older gem for working with WordPress just to have
fun and get something older updated for users that have asked for it.
In the project I'm registering the framework like so ...
`Compass::Frameworks.register('wordpress', :path => base_directory)`
But when I list the frameworks with `compass frameworks`, I don't see
it listed and likewise I'm not sure how to install a pattern inside
the gem. In the past (when it was coded) we'd use something like
`compass -r compass-wordpress -f wordpress pattern .`, but that's not
working now and "Error: invalid option: -r" gets returned.