diff --git a/gulp/tasks/copy.js b/gulp/tasks/copy.js index 885522c..323c6b1 100644 --- a/gulp/tasks/copy.js +++ b/gulp/tasks/copy.js @@ -1,6 +1,6 @@ module.exports = function (gulp, plugins, config) { return function copy() { - gulp.src(['html/*.html', 'assets/favicon/*']) + gulp.src(['html/*.html', 'html/*.js', 'assets/favicon/*']) .pipe(gulp.dest(config.build)); gulp.src(['assets/logo.svg', 'service-worker.js']) .pipe(gulp.dest(config.build)); diff --git a/html/embed.html b/html/embed.html new file mode 100644 index 0000000..a0113c3 --- /dev/null +++ b/html/embed.html @@ -0,0 +1,6 @@ + + + +