Thanks Tomoaki, this portion is exactly what I was looking for, and it
turned-off the generation of the api auto/taglibs:
module Dryml
class DrymlGenerator
def run
Hobo::Model.all_models.*.view_hints # Ensure all view hints loaded
before running
subsites = [nil, *Hobo.subsites] - ["api"]
subsites.each { |s| run_for_subsite(s) }
end
end
end
- Kevin
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/groups/opt_out.