Added path config for sprockets
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -62,4 +62,11 @@ paths.jekyllImageFilesGlob = paths.jekyllImageFiles + paths.imagePattern;
|
|||||||
// Site files globs
|
// Site files globs
|
||||||
paths.siteHtmlFilesGlob = paths.siteDir + paths.htmlPattern;
|
paths.siteHtmlFilesGlob = paths.siteDir + paths.htmlPattern;
|
||||||
|
|
||||||
|
paths.sprocketsDirs = {
|
||||||
|
app: paths.assetsDir,
|
||||||
|
javascripts: [],
|
||||||
|
stylesheets: [],
|
||||||
|
images: []
|
||||||
|
};
|
||||||
|
|
||||||
module.exports = paths;
|
module.exports = paths;
|
||||||
Reference in New Issue
Block a user