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 () {
'bower_components/**',
'learn.json',
'CNAME',
'.nojekyll'
'.nojekyll',
'site-assets/favicon.ico'
], {
dot: true,
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