|
11 months ago | |
---|---|---|
.github/workflows | 1 year ago | |
favicon | 1 year ago | |
fonts | 1 year ago | |
images | 1 year ago | |
javascripts | 1 year ago | |
plugins/redmine_backlogs | 1 year ago | |
screenshots | 1 year ago | |
src | 1 year ago | |
stylesheets | 1 year ago | |
svg | 1 year ago | |
.DS_Store | 1 year ago | |
.editorconfig | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 1 year ago | |
.lintstagedrc.js | 1 year ago | |
.stylelintrc.js | 1 year ago | |
CHANGELOG.md | 1 year ago | |
Gruntfile.js | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 11 months ago | |
bs.js | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year 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