From b2a1d6a0fa18c51eea85a2c589673f9edf3d1016 Mon Sep 17 00:00:00 2001 From: Francisco Dans Date: Mon, 3 Aug 2015 11:30:01 +0200 Subject: [PATCH] temp fix for header --- lib/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/header.js b/lib/header.js index 3dc31d7..73be133 100644 --- a/lib/header.js +++ b/lib/header.js @@ -13,7 +13,7 @@ headerString = headerString.replace("{{version}}", packageJSON.version) .replace("{{description}}", packageJSON.description) .replace("{{url}}", "https://github.com/cartodb/torque"); -['torque.uncompressed.js','torque.full.uncompressed.js'].forEach(function(v){ +['torque.uncompressed.js'].forEach(function(v){ fs.readFile('dist/' + v, 'utf8', function(err, torque) { if(!err){ var torqueString = headerString.replace("{{lib}}", torque);