Commit 66f2ac3f authored by Arthur Verschaeve's avatar Arthur Verschaeve

Make the build step copy the favicon

Fix #1324
parent babf7df1
...@@ -45,7 +45,8 @@ gulp.task('copy', function () { ...@@ -45,7 +45,8 @@ gulp.task('copy', function () {
'bower_components/**', 'bower_components/**',
'learn.json', 'learn.json',
'CNAME', 'CNAME',
'.nojekyll' '.nojekyll',
'site-assets/favicon.ico'
], { ], {
dot: true, dot: true,
base: './' base: './'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment