removing "pluginCSS", "css" in plugins is now included directly into stylesheet.css. This is a breaking change.

fixes #1168
This commit is contained in:
Julian Lam
2014-03-06 17:50:15 -05:00
parent 958e85a31f
commit 5880590425
4 changed files with 12 additions and 18 deletions

View File

@@ -123,7 +123,6 @@ process.on('uncaughtException', function(err) {
}],
templateValues = {
bootswatchCSS: meta.config['theme:src'],
pluginCSS: plugins.cssFiles.map(function(file) { return { path: nconf.get('relative_path') + file.replace(/\\/g, '/') }; }),
title: meta.config.title || '',
description: meta.config.description || '',
'brand:logo': meta.config['brand:logo'] || '',