Skip to content

Commit

Permalink
fix gulp bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
necitboss committed Oct 27, 2024
1 parent 47434f3 commit ef00887
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 360 deletions.
2 changes: 1 addition & 1 deletion main/_front/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import gulp from "gulp"
import browserSync from "browser-sync";
import gulpReplace from "gulp-replace";

import dartSass from 'sass';
import * as dartSass from 'sass';
import gulpSass from 'gulp-sass';
const sass = gulpSass(dartSass);

Expand Down
Loading

0 comments on commit ef00887

Please sign in to comment.