silverstripe-framework/_config/dev.yml

16 lines
470 B
YAML
Raw Normal View History

2014-08-06 06:29:52 +02:00
---
Name: DevelopmentAdmin
---
SilverStripe\Dev\DevelopmentAdmin:
2014-08-06 06:29:52 +02:00
registered_controllers:
build:
controller: SilverStripe\Dev\DevBuildController
2014-08-06 06:29:52 +02:00
links:
build: 'Build/rebuild this environment. Call this whenever you have updated your project sources'
tasks:
controller: SilverStripe\Dev\TaskRunner
2014-08-06 06:29:52 +02:00
links:
tasks: 'See a list of build tasks to run'
confirm:
controller: SilverStripe\Dev\DevConfirmationController