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