Fixed js imports for sprockets
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -65,7 +65,7 @@ paths.siteHtmlFilesGlob = paths.siteDir + paths.htmlPattern;
|
|||||||
|
|
||||||
paths.sprocketsDirs = {
|
paths.sprocketsDirs = {
|
||||||
app: paths.assetsDir,
|
app: paths.assetsDir,
|
||||||
javascripts: [],
|
javascripts: ["node_modules/popper.js/dist/", "node_modules/"],
|
||||||
stylesheets: [],
|
stylesheets: [],
|
||||||
images: []
|
images: []
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user