diff --git a/gulpfile.js b/gulpfile.js index d396352..c7e2578 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -78,7 +78,9 @@ gulp.task('manifest', function () { 'dist/css/**', 'dist/js/**', 'dist/fonts/fontawesome-webfont.woff2', - 'dist/*.html' + 'dist/*.html', + 'dist/*.ico', + 'dist/*.png' ], {base: 'dist/'}) .pipe($.manifest({ hash: true, @@ -116,6 +118,8 @@ gulp.task('serve', ['styles', 'scripts', 'fonts'], function () { gulp.watch([ 'src/*.html', + 'src/*.ico', + 'src/*.png', 'src/langs/*.txt', 'src/views/*.html', 'src/imgs/**/*', diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..0fddc00 Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/favicon.png b/src/favicon.png new file mode 100644 index 0000000..74a312d Binary files /dev/null and b/src/favicon.png differ diff --git a/src/index.html b/src/index.html index 699c485..806ef15 100644 --- a/src/index.html +++ b/src/index.html @@ -5,13 +5,19 @@ + - + + + AriaNg + + + diff --git a/src/tileicon.png b/src/tileicon.png new file mode 100644 index 0000000..4874598 Binary files /dev/null and b/src/tileicon.png differ diff --git a/src/touchicon.png b/src/touchicon.png new file mode 100644 index 0000000..e2d16f2 Binary files /dev/null and b/src/touchicon.png differ