Skip to content

Commit 947cff5

Browse files
authored
Update gulpfile.js
1 parent 1bd7154 commit 947cff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var sync = require('browser-sync');
1414
//=======================================================
1515
// Include Our tasks
1616
//=======================================================
17-
var taskCompile = require('./gulp-tasks/compile.js');
17+
var taskCompile = require('./gulp-tasks/compile.mjs');
1818
var taskMove = require('./gulp-tasks/move.js');
1919
var taskLint = require('./gulp-tasks/lint.js');
2020
var taskCompress = require('./gulp-tasks/compress.js');

0 commit comments

Comments
 (0)