diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:11:51 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:11:51 -0500 |
commit | 84b0f0df90442775b9122457648f06c9485df1f1 (patch) | |
tree | 5f0fb91ed9280bbf10bb60d69f3523cafc928f5c /scripts | |
parent | 4b45b2aa3533309898670f1b13756dfdfce355a7 (diff) |
Add project calendars (merge/refactoring of #490)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-assets.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/make-assets.sh b/scripts/make-assets.sh index 8ce7e4e2..9e96663f 100755 --- a/scripts/make-assets.sh +++ b/scripts/make-assets.sh @@ -1,8 +1,8 @@ #!/bin/bash -css="base links title table form button alert tooltip header board project task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive font-awesome.min jquery-ui-1.10.4.custom chosen.min" -js="jquery-1.11.1.min jquery-ui-1.10.4.custom.min jquery.ui.touch-punch.min chosen.jquery.min minify.min" -minify="base board task analytic init" +css="base links title table form button alert tooltip header board project task comment subtask markdown listing activity dashboard pagination popover confirm sidebar responsive jquery-ui-1.10.4.custom chosen.min fullcalendar.min font-awesome.min" +js="jquery-1.11.1.min jquery-ui-1.10.4.custom.min jquery.ui.touch-punch.min chosen.jquery.min moment.min fullcalendar.min minify.min" +minify="base board calendar task analytic init" rm -f assets/js/minify* 2>/dev/null rm -f assets/js/app.js 2>/dev/null |