Class | Webby::Resources::Resource |
In: |
lib/webby/resources/resource.rb
|
Parent: | Object |
Returns the path in the output directory where the resource will be generated. This path is used to determine if the resource is dirty and in need of generating.
Returns true if this resource is newer than its corresponding output product. The resource needs to be rendered (if a page or layout) or copied (if a static file) to the output directory.
Returns true if the path of this resource is equivalent to the path of the other resource. Returns false if this is not the case.