From a034839fdf990166c49fc834d8bde07c8f41766d Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Mon, 29 Apr 2019 13:43:26 -0700 Subject: add apple-touch-icon --- ui/fuse.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/fuse.js') diff --git a/ui/fuse.js b/ui/fuse.js index 0fdf9a42..2eb3b15c 100644 --- a/ui/fuse.js +++ b/ui/fuse.js @@ -46,6 +46,7 @@ Sparky.task('config', _ => { Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/')); Sparky.task('env', _ => (isProduction = true)); Sparky.task('copy-assets', () => Sparky.src('assets/*.svg').dest('dist/')); +Sparky.task('copy-assets', () => Sparky.src('assets/*.png').dest('dist/')); Sparky.task('dev', ['clean', 'config', 'copy-assets'], _ => { fuse.dev(); app.hmr().watch(); -- cgit v1.2.3