toastnz/mercury

There is no license information available for the latest version (1.0.0) of this package.

Toast NZ SilverStripe Installer

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 1

Language:SCSS

Type:silverstripe-vendormodule


README

Frontend Development

Node Version

The .nvmrc file will let you know the correct Node version. Using FNM it will automatically change to the correct version.

Installation

Install all of the front end requisites using yarn.

Tasks

watch task

This task will watch for changes of scss or javascript files and compile them as you work.

yarn run watch;

build task

Once you have finished development and you are happy with your changes, compile the scss and javascript

yarn run build;