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

README.md

Roblib Redmine

A free 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