Drop unneeded include from outermost app
This commit is contained in:
parent
cc09a8b66f
commit
0b3fdb07f6
4
app.js
4
app.js
@ -25,10 +25,6 @@ global.settings = require(__dirname + '/config/settings');
|
|||||||
global.environment = require(__dirname + '/config/environments/' + ENV);
|
global.environment = require(__dirname + '/config/environments/' + ENV);
|
||||||
_.extend(global.settings, global.environment);
|
_.extend(global.settings, global.environment);
|
||||||
|
|
||||||
// Include cart_data.js only _after_ the "global" variable is set
|
|
||||||
// See https://github.com/Vizzuality/Windshaft-cartodb/issues/28
|
|
||||||
var cartoData = require('./lib/cartodb/carto_data');
|
|
||||||
|
|
||||||
var Windshaft = require('windshaft');
|
var Windshaft = require('windshaft');
|
||||||
var serverOptions = require('./lib/cartodb/server_options');
|
var serverOptions = require('./lib/cartodb/server_options');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user