Building Javascript and CSS files
Stylesheet 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.