mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 14:05:54 +02:00
Remove route, moved to task
This commit is contained in:
parent
3a40e7a74b
commit
a031fe9f9b
@ -1,3 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
define('STATIC_MODULE_DIR', dirname(__FILE__));
|
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
Name: staticroutes
|
|
||||||
Before: '*'
|
|
||||||
After:
|
|
||||||
- '#rootroutes'
|
|
||||||
- '#coreroutes'
|
|
||||||
- '#modelascontrollerroutes'
|
|
||||||
---
|
|
||||||
Director:
|
|
||||||
rules:
|
|
||||||
'dev/buildcache/$Action': 'RebuildStaticCacheTask'
|
|
@ -54,7 +54,6 @@ to generate folders and HTML-files.
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
* Get a list of URLs to cache related to this page
|
* Get a list of URLs to cache related to this page
|
||||||
*/
|
*/
|
||||||
public function subPagesToCache() {
|
public function subPagesToCache() {
|
||||||
|
Loading…
Reference in New Issue
Block a user