Skip to content

Commit

Permalink
Maj des dépendances
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Jan 21, 2025
1 parent c830e21 commit 732169f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 2025/gulpfile.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// libraries
import gulp from 'gulp';
import fs from 'fs';
import {deleteAsync} from 'del';
Expand All @@ -8,7 +9,6 @@ import * as dartSass from 'sass';
import gulpSass from 'gulp-sass';
import browserSync from "browser-sync";

// libraries
const { src, dest, parallel, series, watch,task } = gulp;
const sass = gulpSass(dartSass);

Expand Down Expand Up @@ -84,4 +84,4 @@ function watchFiles() {

const _build = series(clean, html, image, font, css, javascript, jsVendor);
task('serve', parallel(_build, watchFiles, serve))
task('build', _build)
task('build', _build)
8 changes: 4 additions & 4 deletions 2025/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 2025/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"gulp-nunjucks": "^6.0.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "^6.0.0",
"sass": "^1.83.1"
"sass": "^1.83.4"
}
}

0 comments on commit 732169f

Please sign in to comment.