From 6b87efa50731c957ecc3ac5df55dd11e5955ce32 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 20 Apr 2020 22:56:30 +0200 Subject: [PATCH] Rename files --- gulpfile.js | 4 ++-- static/{dark_theme/dark_theme.js => dark-theme/dark-theme.js} | 0 .../dark_theme.min.js => dark-theme/dark-theme.min.js} | 0 templates/partial/flex.html | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename static/{dark_theme/dark_theme.js => dark-theme/dark-theme.js} (100%) rename static/{dark_theme/dark_theme.min.js => dark-theme/dark-theme.min.js} (100%) diff --git a/gulpfile.js b/gulpfile.js index e56ce77..e88ced5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,12 +18,12 @@ gulp.task('less', function () { }); gulp.task('uglify', function () { - return gulp.src('./static/dark_theme/dark_theme.js') + return gulp.src('./static/dark-theme/dark-theme.js') .pipe(uglify()) .pipe(rename({ extname: '.min.js' })) - .pipe(gulp.dest('./static/dark_theme')); + .pipe(gulp.dest('./static/dark-theme')); }); gulp.task('cp', function () { diff --git a/static/dark_theme/dark_theme.js b/static/dark-theme/dark-theme.js similarity index 100% rename from static/dark_theme/dark_theme.js rename to static/dark-theme/dark-theme.js diff --git a/static/dark_theme/dark_theme.min.js b/static/dark-theme/dark-theme.min.js similarity index 100% rename from static/dark_theme/dark_theme.min.js rename to static/dark-theme/dark-theme.min.js diff --git a/templates/partial/flex.html b/templates/partial/flex.html index 02d1465..a920fd6 100644 --- a/templates/partial/flex.html +++ b/templates/partial/flex.html @@ -13,7 +13,7 @@ browser_url='browser'|safe) }}