mindstellar / theme-bender
Osclass official theme
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Type:osclass-theme
Requires
- composer/installers: ^1.9.0
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-03-23 01:08:05 UTC
README
Dependencies
Once you have the dependencies installed, run the following command:
$> npm install
Structure
There are two template files:
index.php.tpl
sass/colors.scss.tpl
If you want to generate them again, you just have to execute grunt template:blue
.
Watch changes
You can compile sass files automatically every time it's changed by executing the following command:
$> grunt watch:blue
Build
$> grunt dist
It generates a .zip
file per color scheme: blue (default), red, black and purple. The index.php
and colors.scss
are generated from the variables in themes.json
. The screenshots are taken from screenshot/{color scheme}/screenshot.png
.