From 43b2a5aefcd8a075698f191ca48b1a1fb37db4ed Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 23 Feb 2015 18:11:41 +0000 Subject: [PATCH] workaround for cdn-check breaking makestatic --- scripts/makestatic.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/makestatic.js b/scripts/makestatic.js index ea4370c1..30ade52f 100755 --- a/scripts/makestatic.js +++ b/scripts/makestatic.js @@ -54,6 +54,8 @@ function main(config, settings, options, callback) { var plugins = require(config)(settings, optimist(process.argv)) .map(function(plugin) { + plugin.packaging = true; + console.log(plugin) if (plugin.packagePath == "connect-architect/connect") { plugin.packagePath = "./c9.static/connect"; }