We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb2e1b commit 7b4c105Copy full SHA for 7b4c105
tools/pfe-tools/custom-elements-manifest/lib/Manifest.ts
@@ -320,7 +320,12 @@ export class Manifest {
320
options.elementsDir,
321
demo.source?.href.replace(options.sourceControlURLPrefix, '') ?? '',
322
));
323
- console.log({ filePath });
+ console.log({
324
+ filePath,
325
+ rootDir: options.rootDir,
326
+ elementsDir: options.elementsDir,
327
+ path: demo.source?.href.replace(options.sourceControlURLPrefix, ''),
328
+ });
329
const [last = ''] = filePath.split(path.sep).reverse();
330
const filename = last.replace('.html', '');
331
const isMainElementDemo = filename === 'index';
0 commit comments