diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 11:42:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 11:42:47 +0900 |
| commit | be89516707f33d9f28cb7ccc90c535d1f4ee86cf (patch) | |
| tree | 9de47cde9719dca59255a22ba78b0d607da23c5e /gulpfile.js | |
| parent | typo (diff) | |
| download | misskey-be89516707f33d9f28cb7ccc90c535d1f4ee86cf.tar.gz misskey-be89516707f33d9f28cb7ccc90c535d1f4ee86cf.tar.bz2 misskey-be89516707f33d9f28cb7ccc90c535d1f4ee86cf.zip | |
add clean script
Diffstat (limited to 'gulpfile.js')
| -rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index c27abefcb8..a86185324a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,6 @@ const fs = require('fs'); const gulp = require('gulp'); -const rimraf = require('rimraf'); const replace = require('gulp-replace'); const terser = require('gulp-terser'); const cssnano = require('gulp-cssnano'); |