diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-07 14:54:35 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-07 14:54:35 -0500 |
commit | 4f11b4bad9d20edc0b9d198099a9494bd30a456e (patch) | |
tree | 30c2c7443cc2a7d8793c7c254f93bfd7ee9ceac3 /docs/assets.markdown | |
parent | 418c8e8c04085521fe7036e220f82e1d89e4a967 (diff) |
Regenerate assets and add a documentation for that
Diffstat (limited to 'docs/assets.markdown')
-rw-r--r-- | docs/assets.markdown | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets.markdown b/docs/assets.markdown new file mode 100644 index 00000000..d902cb6d --- /dev/null +++ b/docs/assets.markdown @@ -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. |