Added path config for sprockets

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-26 21:53:58 +01:00
parent 0c828a9a96
commit 88e15e649d
1 changed files with 8 additions and 1 deletions

View File

@ -62,4 +62,11 @@ paths.jekyllImageFilesGlob = paths.jekyllImageFiles + paths.imagePattern;
// Site files globs
paths.siteHtmlFilesGlob = paths.siteDir + paths.htmlPattern;
module.exports = paths;
paths.sprocketsDirs = {
app: paths.assetsDir,
javascripts: [],
stylesheets: [],
images: []
};
module.exports = paths;