mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX #3991: Added missing link to dev/buildcache in dev/ homepage
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@80252 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7f5838ce3d
commit
2bbe7dc87d
@ -64,6 +64,7 @@ class DevelopmentAdmin extends Controller {
|
||||
$actions = array(
|
||||
"build" => "Build/rebuild this environment (formerly db/build). Call this whenever you have updated your project sources",
|
||||
"reset" => "Reset this environment - truncate the database and rebuild. This is useful after testing to start with a fresh working copy",
|
||||
"buildcache" => "Rebuild the static cache, if you're using StaticPublisher",
|
||||
"tests" => "See a list of unit tests to run",
|
||||
"tests/all" => "Run all tests",
|
||||
"jstests" => "See a list of JavaScript tests to run",
|
||||
|
Loading…
x
Reference in New Issue
Block a user