You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix use of an undeclared variable in the parser could result in problems in IE8. This fixes ticket 298.
Fix handling of trailing semicolons in the the argument parser. This fixes ticket 295.
Internal build-related changes:
Stop automatically using the latest CSS and images from jquery.fullcalendar and jquery.select2 in our demos to prevent unexpected changes. Instead we now use a copy we can update as needed.
Rewrite top level makefile:
Update the bungles if packages.json has changed.
Move jshint out to a new jshint target. This is automatically invoked when running make check, but is skipped when you only want to run the unittests.
Modify included HTML pages to use modules instead of bundles. This makes development easier by removing the need to always rebuild bundles.