Fixed path to js file

This commit is contained in:
2023-07-21 22:04:04 +02:00
parent 86292201e6
commit cd32294d6c

View File

@ -19,7 +19,7 @@ import sourcemaps from "gulp-sourcemaps";
import terser from "gulp-terser"; import terser from "gulp-terser";
// Include paths file. // Include paths file.
import {paths} from "./_assets/gulp_config/paths"; import {paths} from "./_assets/gulp_config/paths.js";
import {render} from "node-sass"; import {render} from "node-sass";
const gulpSass = sass(render); const gulpSass = sass(render);