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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user