Module: Mascot
- Defined in:
- lib/mascot.rb,
lib/mascot/site.rb,
lib/mascot/asset.rb,
lib/mascot/formats.rb,
lib/mascot/version.rb,
lib/mascot/resource.rb,
lib/mascot/frontmatter.rb,
lib/mascot/resources_node.rb,
lib/mascot/extensions/layouts.rb,
lib/mascot/resources_pipeline.rb,
lib/mascot/resource_collection.rb,
lib/mascot/directory_collection.rb,
lib/mascot/extensions/proc_manipulator.rb
Defined Under Namespace
Modules: Extensions Classes: Asset, DirectoryCollection, Formats, Frontmatter, Resource, ResourceCollection, ResourcesNode, ResourcesPipeline, Site
Constant Summary collapse
- InvalidRequestPathError =
Raised by Resources if a path is added that’s not a valid path.
Class.new(RuntimeError)
- ExistingRequestPathError =
Raised by Resources if a path is already in its index
Class.new(InvalidRequestPathError)
- VERSION =
"0.1.16"