qunabu/silverstripe-theme

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-feature/#gruntjs) of this package.

The SilverStripe Qunabu Theme Boilerplate

Installs: 714

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:silverstripe-theme

dev-feature/#gruntjs 2017-05-22 09:17 UTC

This package is auto-updated.

Last update: 2023-03-20 09:48:34 UTC


README

to install

  • this is part of qunabu installer, should be installed already when using installer with composer create

to install manually

  1. download zip file (or fork)
  2. do not clone, since this is just a bootstrap and must be developed.
  3. rename silverstripe-theme to your-name, then
  4. set its name in mysite/_config/config.yml (replace 'simple' with 'your-name').
  5. Next flush=1 your site and your empty theme is switched on.

npm tasks

  1. install deps with npm i
  2. run dev watch mode npm run watch
  3. build with npm run build