Regenerate assets and add a documentation for that

This commit is contained in:
Frederic Guillot
2015-02-07 14:54:35 -05:00
parent 418c8e8c04
commit 4f11b4bad9
3 changed files with 26 additions and 13 deletions

12
docs/assets.markdown Normal file
View File

@@ -0,0 +1,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.