Added babel as ES6 compliant sprockets

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-02-27 01:59:05 +01:00
parent 4325f0331f
commit b08a079064
2 changed files with 8 additions and 3 deletions

View File

@ -65,7 +65,7 @@ paths.siteHtmlFilesGlob = paths.siteDir + paths.htmlPattern;
paths.sprocketsDirs = {
app: paths.assetsDir,
javascripts: ["node_modules/popper.js/dist/", "node_modules/"],
javascripts: ["node_modules/"],
stylesheets: [],
images: []
};