summaryrefslogtreecommitdiffstats
path: root/ui/fuse.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/fuse.js')
-rw-r--r--ui/fuse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/fuse.js b/ui/fuse.js
index 26ea7da7..4755d9f5 100644
--- a/ui/fuse.js
+++ b/ui/fuse.js
@@ -45,7 +45,7 @@ Sparky.task('config', _ => {
// Sparky.task('version', _ => setVersion());
Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/'));
Sparky.task('env', _ => (isProduction = true));
-Sparky.task('copy-assets', () => Sparky.src('assets/*.*').dest('dist/'));
+Sparky.task('copy-assets', () => Sparky.src('assets/**/**.*').dest('dist/'));
Sparky.task('dev', ['clean', 'config', 'copy-assets'], _ => {
fuse.dev();
app.hmr().watch();