Skip to content

Commit

Permalink
Update gulp config + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauss committed Aug 11, 2021
1 parent bc450a0 commit f697879
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var gulp = require('gulp'),
ignore = require('gulp-ignore'),
rename = require('gulp-rename'),
svgo = require('gulp-svgo'),
sass = require('gulp-sass'),
sass = require('gulp-sass')(require('sass')),
uglify = require('gulp-uglify'),
pump = require('pump');

Expand Down
Loading

0 comments on commit f697879

Please sign in to comment.