jackoconnor21 / gulp-theme
A gulp enabled theme for SilverStripe with ES6 and SCSS support
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:silverstripe-theme
This package is not auto-updated.
Last update: 2025-05-03 02:24:45 UTC
README
This is a gulp enabled theme, complete with ES6 and SCSS compatibility.
How to use
Install this theme into your SilverStripe's 'theme' directory.
Navigate into this theme directory in the terminal and run npm install
.
Once completed, run gulp
. This will run all tasks and watches.
Start writing ES6 and SCSS.
Installation
How to install..
Composer
Navigate to the root of your SilverStripe site in the terminal and run composer require jackoconnor21/silverstripe-gulp-theme
Manually
Download or clone this repo to the themes directory of your SilverStripe site.