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.
|
|
2 years ago | |
|---|---|---|
| .github/workflows | 2 years ago | |
| favicon | 2 years ago | |
| fonts | 2 years ago | |
| images | 2 years ago | |
| javascripts | 2 years ago | |
| plugins/redmine_backlogs | 2 years ago | |
| screenshots | 2 years ago | |
| src | 2 years ago | |
| stylesheets | 2 years ago | |
| svg | 2 years ago | |
| .DS_Store | 2 years ago | |
| .editorconfig | 2 years ago | |
| .eslintrc.js | 2 years ago | |
| .gitignore | 2 years ago | |
| .lintstagedrc.js | 2 years ago | |
| .stylelintrc.js | 2 years ago | |
| CHANGELOG.md | 2 years ago | |
| Gruntfile.js | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| bs.js | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years ago | |
README.md
Roblib Redmine
A Redmine 3.0+ theme written in SCSS (based on Purplemine2). It uses normalize.css and benefits from some parts of (Bootstrap)[bootstrap-sass] like mixins, structure, and stuff.
How to customize it
dependencies: node.js
-
Install dev dependencies:
npm install -
Run file watcher + scss preprocessor (changes made to
src/are compiled automatically)npm run watch -
Run browsersync proxy server to view changes in real-time. Edit bs.js to relect current settings then run:
node bs.js