correct gulp build

This commit is contained in:
Matt Walsh 2022-12-14 16:31:11 -06:00
parent 97f8eda236
commit 2c394c2e4a
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -71,6 +71,7 @@ gulp.task('compress_js_vendor', () => gulp.src(jsVendorSources)
const mjsSources = [
'server/scripts/modules/currentweatherscroll.mjs',
'server/scripts/modules/hazards.mjs',
'server/scripts/modules/currentweather.mjs',
'server/scripts/modules/almanac.mjs',
'server/scripts/modules/icons.mjs',