kopia lustrzana https://github.com/shoelace-style/shoelace
generate at build time
rodzic
3677f6cf0f
commit
053a5e9bd7
|
@ -22,6 +22,7 @@ del.sync('./dist');
|
||||||
try {
|
try {
|
||||||
if (!dev) execSync('tsc', { stdio: 'inherit' }); // for type declarations
|
if (!dev) execSync('tsc', { stdio: 'inherit' }); // for type declarations
|
||||||
execSync('node scripts/make-metadata.js', { stdio: 'inherit' });
|
execSync('node scripts/make-metadata.js', { stdio: 'inherit' });
|
||||||
|
execSync('node scripts/make-search.js', { stdio: 'inherit' });
|
||||||
execSync('node scripts/make-vscode-data.js', { stdio: 'inherit' });
|
execSync('node scripts/make-vscode-data.js', { stdio: 'inherit' });
|
||||||
execSync('node scripts/make-css.js', { stdio: 'inherit' });
|
execSync('node scripts/make-css.js', { stdio: 'inherit' });
|
||||||
execSync('node scripts/make-icons.js', { stdio: 'inherit' });
|
execSync('node scripts/make-icons.js', { stdio: 'inherit' });
|
||||||
|
@ -124,6 +125,7 @@ try {
|
||||||
// Reload without rebuilding when the docs change
|
// Reload without rebuilding when the docs change
|
||||||
bs.watch(['docs/**/*']).on('change', filename => {
|
bs.watch(['docs/**/*']).on('change', filename => {
|
||||||
console.log(`Docs file changed - ${filename}`);
|
console.log(`Docs file changed - ${filename}`);
|
||||||
|
execSync('node scripts/make-search.js', { stdio: 'inherit' });
|
||||||
bs.reload();
|
bs.reload();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue