From ec4d46905745359d728a90c2d263938c80f896fb Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 25 Aug 2014 01:29:20 -0700 Subject: [PATCH] make bootstrap available in manual tests --- bower.json | 12 +++-- tests/bootstrap.html | 107 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+), 5 deletions(-) create mode 100644 tests/bootstrap.html diff --git a/bower.json b/bower.json index be8027e..6dbc7cf 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,13 @@ { "name": "fullcalendar", "version": "2.1.0-beta3", - "description": "Full-sized drag & drop event calendar", - "keywords": [ "calendar", "event", "full-sized" ], + "keywords": [ + "calendar", + "event", + "full-sized" + ], "homepage": "http://arshaw.com/fullcalendar/", - "dependencies": { "jquery": ">=1.7.1", "moment": ">=2.5.0" @@ -16,9 +18,9 @@ "jquery-mockjax": "~1.5.4", "jasmine-jquery": "~2.0.3", "jasmine-fixture": "~1.2.0", - "moment-timezone": "~0.2.1" + "moment-timezone": "~0.2.1", + "bootstrap": "~3.2.0" }, - "main": [ "dist/fullcalendar.js", "dist/fullcalendar.css" diff --git a/tests/bootstrap.html b/tests/bootstrap.html new file mode 100644 index 0000000..1eef0ae --- /dev/null +++ b/tests/bootstrap.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + +
+ + +