You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
607 B

5 months ago
# Roblib Redmine
5 months ago
A Redmine 3.0+ theme written in SCSS ([based on Purplemine2](https://github.com/mrliptontea/PurpleMine2)).
It uses normalize.css and benefits from some parts of (Bootstrap)[bootstrap-sass] like mixins, structure, and stuff.
7 months ago
---
## How to customize it
5 months ago
**dependencies:** [node.js](node.js)
7 months ago
5 months ago
- Install dev dependencies:
7 months ago
5 months ago
`npm install`
7 months ago
5 months ago
- Run file watcher + scss preprocessor (changes made to `src/` are compiled automatically)
7 months ago
5 months ago
`npm run watch`
7 months ago
5 months ago
- Run browsersync proxy server to view changes in real-time. Edit [bs.js](bs.js) to relect current settings then run:
7 months ago
5 months ago
`node bs.js`
7 months ago