gorriecoe / silverstripe-devbuildkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silverstripe dev build key

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.

  1. Run in new tab (default)
  2. 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

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 77.6%Language:PHP 22.4%