module.exports = (function () { return function UISpaStylePlugin() { this.configPlugin = function (ctx) { ctx.key='uiSpaStyle'; ctx.description='Adds basic styling resources.'; ctx.dependencies.push('uiSpaTopcoatFont'); }; this.configServer = function(ctx) { //ctx.hostTemplateCSS('css/flot'); //ctx.hostTemplateCSS('css/panel'); ctx.hostTemplateCSS('css/style'); }; }; })();