blob: d902cb6df1391c997280b37f3f93c5a6cffbeb8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
|