mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Copy themes to docs dist
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@ docs/assets/icons/sprite.svg
|
||||
|
||||
dist/
|
||||
docs/dist/
|
||||
docs/themes/
|
||||
loader/
|
||||
temp/
|
||||
www/
|
||||
|
||||
@@ -8,6 +8,7 @@ const del = require('del');
|
||||
console.log(chalk.cyan('Creating docs distribution 📚\n'));
|
||||
await del('./docs/dist');
|
||||
await copy('./dist', './docs/dist');
|
||||
await copy('./themes', './docs/themes');
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user