revert change to fuse.js

This commit is contained in:
Rob Watson 2020-07-03 13:04:34 +02:00
parent 6be17c7268
commit 20b9a76209
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ Sparky.task('config', _ => {
});
app = fuse.bundle('app').instructions('>index.tsx');
});
//Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/'));
Sparky.task('clean', _ => {});
Sparky.task('clean', _ => Sparky.src('dist/').clean('dist/'));
Sparky.task('env', _ => (isProduction = true));
Sparky.task('copy-assets', () => Sparky.src('assets/*.ico').dest('dist/'));
Sparky.task('dev', ['clean', 'config', 'copy-assets'], _ => {