https://github.com/mindstellar/theme-bender
Bender theme
https://github.com/mindstellar/theme-bender
bender sass theme-bender
Last synced: 3 months ago
JSON representation
Bender theme
- Host: GitHub
- URL: https://github.com/mindstellar/theme-bender
- Owner: mindstellar
- Created: 2019-08-09T10:46:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T20:45:56.000Z (over 5 years ago)
- Last Synced: 2025-12-14T08:49:06.637Z (7 months ago)
- Topics: bender, sass, theme-bender
- Language: PHP
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bender
## Dependencies
* [Node.js](http://nodejs.org/)
* [Sass](http://sass-lang.com/)
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`.
