From cd32294d6cedf662f39c9b30e94ad25944db7ec0 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 21 Jul 2023 22:04:04 +0200 Subject: [PATCH] Fixed path to js file --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 021102b..ecb56bb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,7 @@ import sourcemaps from "gulp-sourcemaps"; import terser from "gulp-terser"; // Include paths file. -import {paths} from "./_assets/gulp_config/paths"; +import {paths} from "./_assets/gulp_config/paths.js"; import {render} from "node-sass"; const gulpSass = sass(render);