Fixed path to js file
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user