Add svelte as a view engine to swaf #33
@ -1,7 +1,9 @@
|
||||
const fs = require('fs');
|
||||
|
||||
[
|
||||
'build',
|
||||
'dist',
|
||||
'public',
|
||||
].forEach(file => {
|
||||
if (fs.existsSync(file)) {
|
||||
console.log('Cleaning', file, '...');
|
||||
|
Loading…
Reference in New Issue
Block a user