mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-16 11:21:04 +08:00
now using closure compiler for minification
This commit is contained in:
@@ -35,7 +35,7 @@ zip:
|
||||
done
|
||||
|
||||
@echo "compressing js..."
|
||||
@java -jar build/yuicompressor-2.4.2.jar -o build/fullcalendar/fullcalendar.min.js build/fullcalendar/fullcalendar.js
|
||||
@java -jar build/compiler.jar --js build/fullcalendar/fullcalendar.js > build/fullcalendar/fullcalendar.min.js
|
||||
|
||||
@echo "building examples..."
|
||||
@for f in build/fullcalendar/examples/*.html; do\
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+2
-1
@@ -1,4 +1,5 @@
|
||||
/*!
|
||||
/**
|
||||
* @preserve
|
||||
* FullCalendar
|
||||
* http://arshaw.com/fullcalendar/
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user