Refactor techradar to subfolder

This commit is contained in:
Mathias Schopmans
2017-04-04 18:10:44 +02:00
parent 461c4e7dda
commit 1323610982
11 changed files with 23 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ export const jsPath = (...pathInSrc) => (
);
export const distPath = (...pathInDist) => (
relativePath('dist', ...pathInDist)
relativePath('dist', 'techradar', ...pathInDist)
);
export const getAllMarkdownFiles = (folder) => (