mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 14:05:54 +02:00
ea1461acd7
This also changes getObjectsToExport() to getExportUrls() to allow extensions to provide plain text url's for Director::test(). Pushes the controller to dev/staticexporter as some framework install doesn't include default class routing.
8 lines
157 B
YAML
8 lines
157 B
YAML
---
|
|
Name: staticpublisherroutes
|
|
---
|
|
Director:
|
|
rules:
|
|
'dev/staticexporter': 'StaticExporter'
|
|
'dev/buildcache': '->dev/tasks/RebuildStaticCacheTask'
|