Fixed path to js file

This commit is contained in:
Jim Martens 2023-07-21 22:04:04 +02:00
parent 86292201e6
commit cd32294d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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);