struct Snowpacker::Ext::Athena::StaticFileListener
- Snowpacker::Ext::Athena::StaticFileListener
- Struct
- Value
- Object
Included Modules
- Athena::EventDispatcher::EventListenerInterface
Defined in:
ext/athena.crConstructors
Class Method Summary
Instance Method Summary
-
#call(event : ART::Events::Request, _dispatcher : AED::EventDispatcherInterface) : Nil
Proxy listener for athena based projects.
- #initialize
Constructor Detail
Class Method Detail
Instance Method Detail
def call(event : ART::Events::Request, _dispatcher : AED::EventDispatcherInterface) : Nil
#
Proxy listener for athena based projects. This does not handle
fetching local assets. It will return immediately if Snowpacker.config.enabled
returns false
.