mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-01 10:01:12 +01:00
removed some compile scripts that we don't need
This commit is contained in:
@@ -13,9 +13,6 @@ var winston = require('winston'),
|
||||
|
||||
var web = {},
|
||||
scripts = [
|
||||
'public/vendor/jquery/js/jquery.js',
|
||||
'public/vendor/bootstrap/js/bootstrap.min.js',
|
||||
'public/vendor/bootbox/bootbox.min.js',
|
||||
'public/vendor/xregexp/xregexp.js',
|
||||
'public/vendor/xregexp/unicode/unicode-base.js',
|
||||
'public/src/utils.js',
|
||||
@@ -71,7 +68,7 @@ function welcome(req, res) {
|
||||
|
||||
function install(req, res) {
|
||||
var env = {};
|
||||
|
||||
|
||||
for (var i in req.body) {
|
||||
if (req.body.hasOwnProperty(i)) {
|
||||
env[i.replace(':', '__')] = req.body[i];
|
||||
|
||||
Reference in New Issue
Block a user