mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Removed lightgallery to drop whole jQuery
This commit is contained in:
parent
96b946c572
commit
079d119f8a
80 changed files with 5 additions and 13475 deletions
|
|
@ -16,12 +16,7 @@ const moment = gulp.series(momentLocalesClear, momentLocales);
|
|||
// lightgallery
|
||||
const lightgalleryFontsClear = () => del('rainloop/v/' + config.devVersion + '/static/css/fonts/lg.*');
|
||||
|
||||
const lightgalleryFontsCopy = () =>
|
||||
gulp
|
||||
.src('vendors/lightgallery/dist/fonts/lg.*')
|
||||
.pipe(gulp.dest('rainloop/v/' + config.devVersion + '/static/css/fonts'));
|
||||
|
||||
const lightgallery = gulp.series(lightgalleryFontsClear, lightgalleryFontsCopy);
|
||||
const lightgallery = gulp.series(lightgalleryFontsClear);
|
||||
|
||||
// fontastic
|
||||
const fontasticFontsClear = () => del('rainloop/v/' + config.devVersion + '/static/css/fonts/rainloop.*');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue