summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-13 22:51:58 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-13 22:51:58 -0500
commit124f93dbadca4eb51eda378701042e564f0255b8 (patch)
tree435985b03d8a3bfc90e6754d4324322698791ae8 /Makefile
parent82c45622c67a5e735b653f86c43ab2a571e9b816 (diff)
Improve image thumbnails and files table
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37110964..a4c009b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BUILD_DIR = /tmp
-CSS_APP = $(addprefix assets/css/src/, $(addsuffix .css, base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive dropdown upload filters gantt project))
+CSS_APP = $(addprefix assets/css/src/, $(addsuffix .css, base links title table form button alert tooltip header board task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive dropdown upload filters gantt project files))
CSS_PRINT = $(addprefix assets/css/src/, $(addsuffix .css, print links table board task comment subtask markdown))
CSS_VENDOR = $(addprefix assets/css/vendor/, $(addsuffix .css, jquery-ui.min jquery-ui-timepicker-addon.min chosen.min fullcalendar.min font-awesome.min c3.min))