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

1.1.0 2018-05-24 10:17 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:39 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.

  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