|
How to build assets (Javascript and CSS files)?
|
|
===============================================
|
|
|
|
Kanboard use shell script for that:
|
|
|
|
```bash
|
|
./scripts/make-assets.sh
|
|
```
|
|
|
|
This script generates the files `app.css` and `app.js`.
|
|
|
|
This tools is only available in the repository.
|