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
Package info
github.com/qunabu/silverstripe-theme
Language:CSS
Type:silverstripe-theme
pkg:composer/qunabu/silverstripe-theme
dev-feature/#gruntjs
2017-05-22 09:17 UTC
Requires
- php: >=5.5.1
- composer/installers: *
Requires (Dev)
- phpunit/phpunit: ~4.8
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
- download zip file (or fork)
- do not
clone, since this is just a bootstrap and must be developed. - rename
silverstripe-themetoyour-name, then - set its name in
mysite/_config/config.yml(replace 'simple' with 'your-name'). - Next
flush=1your site and your empty theme is switched on.
npm tasks
- install deps with
npm i - run dev watch mode
npm run watch - build with
npm run build