outputting readmes to dist dir instead of src

This commit is contained in:
perry
2017-02-15 10:29:47 -06:00
parent 9aa7ad0221
commit bc60d0678b
127 changed files with 4 additions and 3848 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ module.exports = function(currentVersion) {
// Configure file writing
.config(function(writeFilesProcessor) {
writeFilesProcessor.outputFolder = './' + config.pluginDir;
writeFilesProcessor.outputFolder = './dist/packages-dist/';
})
// Configure rendering
+1
View File
@@ -14,6 +14,7 @@ module.exports = function jekyll(renderDocsProcessor) {
docs.forEach(function(doc, i) {
doc.npmId = doc.outputPath.replace('/README.md', '');
doc.outputPath = doc.outputPath.replace('src/', '');
});
// returning docs will replace docs object in the next process