From cfb410206c7919c25bee3342f219c7337eb10e40 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Sat, 9 Jan 2016 20:16:08 +0100 Subject: [PATCH] add smartface support --- configs/standalone.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/standalone.js b/configs/standalone.js index bb6f596e..ba37f163 100644 --- a/configs/standalone.js +++ b/configs/standalone.js @@ -162,7 +162,14 @@ module.exports = function(config, optimist) { "saucelabs.preview": true, "salesforce.sync": true, "salesforce.language": true - } + }, + externalPlugins: [ + "@smartface/smartface.about", + "@smartface/smartface.ide.theme", + "@smartface/smartface.language", + "@smartface/smartface.publish.wizard", + "@smartface/smartface.welcome" + ] }, "./c9.preview/statics", "./c9.nodeapi/nodeapi",