Added path config for sprockets

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

View File

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