mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Stop having errors from bootstrap; m_l_t on tests
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user