1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 23:53:24 +00:00

(master) Ajoute un fichier manifest.json et révise les favicons

This commit is contained in:
Antoine
2020-01-25 15:24:22 +01:00
parent f204478c5c
commit 3b05583831
36 changed files with 64 additions and 126 deletions

View File

@@ -96,7 +96,7 @@ gulp.task('clean', function() {
});
gulp.task('sync', function() {
syncy(['.htaccess', './bower_components/**', './css/**', './favicons/**', './img/**', './js/**', '*.html', 'robots.txt', './sounds/**'], 'dist', {
syncy(['.htaccess', './bower_components/**', './css/**', './favicons/**', './img/**', './js/**', '*.html', 'manifest.json', 'robots.txt', './sounds/**'], 'dist', {
updateAndDelete: true,
}).on('error', console.error).end();
});