Table of Contents
v1Contributing to KanboardBuilding Javascript and CSS filesStylesheet and Javascript files are merged together and minified.
- Original CSS files are stored in the folder
assets/css/src/*.css
- Original Javascript code is stored in the folder
assets/js/src/*.js
Requirements
- PHP
- Local checkout of the Git repository
Instructions
Build Javascript:
./cli js
Build stylesheets:
./cli css
- Building assets is not possible from the Kanboard’s archive, you have to clone the repository.
- Since Kanboard v1.2.11, the dependency on nodejs, Sass, and Gulp has been removed.