diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-22 18:44:45 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-22 18:44:45 -0400 |
commit | 72de621d77dc1e0fc21a2409d310d6dcdc3eee9e (patch) | |
tree | ccfe5d7c21961a60c60938c41dd30c16a6ecfd5d /scripts | |
parent | 373537efe2f893f91f11c04436073bbb2c2732dd (diff) |
Add budget graph
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-assets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-assets.sh b/scripts/make-assets.sh index 4dce7245..e27e537d 100755 --- a/scripts/make-assets.sh +++ b/scripts/make-assets.sh @@ -3,7 +3,7 @@ app_css="base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive dropdown" vendor_css="jquery-ui.min chosen.min fullcalendar.min font-awesome.min" -app_js="base board calendar analytic swimlane dashboard" +app_js="base board calendar analytic swimlane dashboard budget" vendor_js="jquery-1.11.1.min jquery-ui.min jquery.ui.touch-punch.min chosen.jquery.min dropit.min moment.min fullcalendar.min mousetrap.min mousetrap-global-bind.min app.min" lang_js="da de es fi fr hu it ja pl pt-br ru sv th zh-cn tr" |