start process of moving wiki over to field guide
This commit is contained in:
@@ -2,7 +2,6 @@ var async = require('async'),
|
||||
User = require('../models/User'),
|
||||
Bonfire = require('./../models/Bonfire'),
|
||||
Story = require('./../models/Story'),
|
||||
Wiki = require('./../models/Wiki'),
|
||||
Nonprofit = require('./../models/Nonprofit'),
|
||||
Comment = require('./../models/Comment'),
|
||||
Courseware = require('./../models/Courseware'),
|
||||
@@ -12,7 +11,6 @@ var async = require('async'),
|
||||
bonfires = require('../seed_data/bonfires.json'),
|
||||
nonprofits = require('../seed_data/nonprofits.json'),
|
||||
coursewares = require('../seed_data/coursewares.json'),
|
||||
wikis = require('../seed_data/wikis.json'),
|
||||
moment = require('moment'),
|
||||
https = require('https'),
|
||||
debug = require('debug')('freecc:cntr:resources'),
|
||||
|
Reference in New Issue
Block a user