Skip to content

Conversation

@gesa
Copy link
Contributor

@gesa gesa commented Nov 4, 2025

No description provided.

"build-for-pdf": "ecmarkup --verbose spec.emu --printable --assets external out/index.html",
"pdf": "npm run build-for-pdf && pagedjs-cli --page-size a4 out/index.html -o out/index.pdf",
"build-for-pdf": "npm run prebuild-only && ecmarkup --verbose spec.emu out/index.html --assets external --assets-dir out --printable --lint-spec --strict",
"pdf": "npm run build-for-pdf && prince-books --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/ECMA-CLE.pdf",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change was added in #23, but prince-books doesn't seem to come from anywhere. is there a dependency missing?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

turns out this is not an npm dep, so it's fine

@ljharb
Copy link
Collaborator

ljharb commented Nov 12, 2025

Covered by #23.

@ljharb ljharb closed this Nov 12, 2025
@gesa gesa deleted the use-prince branch November 12, 2025 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants