diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-13 17:50:20 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-13 17:50:20 -0500 |
commit | 364382b1b58db8bf1bd2c8866e21c869a7a5d6d0 (patch) | |
tree | e1bdaf8c76bbb6036b3bb7a3a19e8cc1e2e99604 /scripts | |
parent | 124f7cad284d7ce867666def5731ad34a9265e63 (diff) |
Add task links (Merge pull-request #610)
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 10334a98..d73bf42c 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-1.10.4.custom chosen.min fullcalendar.min font-awesome.min" -app_js="base board calendar analytic swimlane dashboard" +app_js="base board calendar analytic link swimlane dashboard" vendor_js="jquery-1.11.1.min jquery-ui-1.10.4.custom.min jquery.ui.touch-punch.min chosen.jquery.min dropit.min moment.min fullcalendar.min mousetrap.min app.min" lang_js="da de es fi fr hu it ja pl pt-br ru sv th zh-cn" |