Stop having errors from bootstrap; m_l_t on tests

This commit is contained in:
Naomi Seyfer
2013-02-19 16:30:37 -08:00
parent 462f989c2e
commit fb65a1ea54
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Package.describe({
});
Package.on_use(function (api) {
api.use('jquery');
api.add_files(path.join('css', 'bootstrap.css'), 'client');
api.add_files(path.join('css', 'bootstrap-responsive.css'), 'client');
api.add_files(path.join('js', 'bootstrap.js'), 'client');

View File

@@ -2,7 +2,7 @@
// the selector (or inserted document) contains fail: true.
(function () {
var Future = __meteor_bootstrap__.require('fibers/future');
//var Future = __meteor_bootstrap__.require('fibers/future');
if (Meteor.isServer) {
Meteor.methods({