summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 12:39:43 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 12:39:43 -0400
commit37c1b79bddfb7a43aacbcad6f790562786645a03 (patch)
tree0289610eb14539538f73663816a3ae006fd800b9 /scripts
parent554500aa493faa66b43b2ddce72338880a874724 (diff)
Do not allow closed tasks to move on the board
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-assets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-assets.sh b/scripts/make-assets.sh
index e340a4b2..15f807d4 100755
--- a/scripts/make-assets.sh
+++ b/scripts/make-assets.sh
@@ -1,7 +1,7 @@
#!/bin/bash
print_css="print links table board task comment subtask markdown"
-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"
+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 screenshot"
vendor_css="jquery-ui.min chosen.min fullcalendar.min font-awesome.min c3.min"
app_js="base board calendar analytic swimlane screenshot"