Skip to content

Commit

Permalink
fixed customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Aug 18, 2023
1 parent 46769fe commit cb5939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/customizer.js
Expand Up @@ -10,7 +10,7 @@ var Readable = require('stream').Readable;
var replace = require('gulp-replace');
var rename = require('gulp-rename');
var rimraf = require('rimraf');
var sass = require('gulp-sass');
var sass = require('gulp-sass')(require('sass'));
var uglify = require('gulp-uglify');
var yaml = require('js-yaml').safeLoad;
var zip = require('gulp-zip');
Expand Down

0 comments on commit cb5939e

Please sign in to comment.