diff --git a/dist/doc/usage.md b/dist/doc/usage.md index 92064644..1560cd8f 100644 --- a/dist/doc/usage.md +++ b/dist/doc/usage.md @@ -45,6 +45,7 @@ A basic HTML5 Boilerplate site initially looks something like this: ├── favicon.ico ├── humans.txt ├── icon.png +├── icon.svg ├── index.html ├── package.json ├── robots.txt diff --git a/dist/icon.svg b/dist/icon.svg new file mode 100644 index 00000000..f2329226 --- /dev/null +++ b/dist/icon.svg @@ -0,0 +1 @@ + diff --git a/dist/index.html b/dist/index.html index c71c27f5..17fc8922 100644 --- a/dist/index.html +++ b/dist/index.html @@ -12,13 +12,16 @@ - + + + + diff --git a/src/doc/usage.md b/src/doc/usage.md index 92064644..1560cd8f 100644 --- a/src/doc/usage.md +++ b/src/doc/usage.md @@ -45,6 +45,7 @@ A basic HTML5 Boilerplate site initially looks something like this: ├── favicon.ico ├── humans.txt ├── icon.png +├── icon.svg ├── index.html ├── package.json ├── robots.txt diff --git a/src/icon.svg b/src/icon.svg new file mode 100644 index 00000000..f2329226 --- /dev/null +++ b/src/icon.svg @@ -0,0 +1 @@ + diff --git a/src/index.html b/src/index.html index 15cf4d7e..1f60a6ad 100644 --- a/src/index.html +++ b/src/index.html @@ -12,13 +12,16 @@ - + + + + diff --git a/test/file_existence.js b/test/file_existence.js index a8388376..4bdf1ef4 100644 --- a/test/file_existence.js +++ b/test/file_existence.js @@ -39,6 +39,7 @@ const expectedFilesInDistDir = [ 'favicon.ico', 'icon.png', + 'icon.svg', 'img/', 'img/.gitignore',