gorriecoe / silverstripe-devbuildkey
Enables the use of the key press ctrl+d or alt+d to run dev build.
Installs: 283
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Language:JavaScript
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^4.0.2
This package is auto-updated.
Last update: 2024-10-29 05:17:08 UTC
README
Enables the use of the key press ctrl+d
or alt+d
to run dev build.
Installation
Composer is the recommended way of installing SilverStripe modules.
composer require gorriecoe/silverstripe-devbuildkey
Requirements
- silverstripe/cms ^4.0
Maintainers
Configuration
Dev build key provides 2 options for processing dev build.
- Run in new tab (default)
- Run in background via ajax and only open a new tab if dev build fails.
To run in background apply the following yaml settings.
gorriecoe\DevBuildKey\DevBuildKey:
run_in_background: true