diff --git a/Makefile b/Makefile index 18bf987..b823a16 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,10 @@ zip: @echo "building core..." @$(call concat_js,${SRC_DIR},"${BUILD_DIR}/fullcalendar/fullcalendar/fullcalendar.js") @$(call concat_css,${SRC_DIR},"${BUILD_DIR}/fullcalendar/fullcalendar/fullcalendar.css") + @cat "${SRC_DIR}/common/print.css" \ + | ${VER_SED} \ + | ${DATE_SED} \ + > "${BUILD_DIR}/fullcalendar/fullcalendar/fullcalendar.print.css" @echo "compressing core js..." @java -jar ${BUILD_DIR}/compiler.jar --warning_level VERBOSE --jscomp_off checkTypes --externs build/externs.js \ diff --git a/demos/agenda-views.html b/demos/agenda-views.html index 19be2b7..ca7f8c0 100644 --- a/demos/agenda-views.html +++ b/demos/agenda-views.html @@ -4,6 +4,7 @@