-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(html export): add html exporter (#935)
* feat(html export): added basic exporter * feat(html export): resources now inlined * feat(html export): added JS minification * feat(html export): added font stripper * refactor(post css plugin): moved remove fonts to own plugin * test(post css plugin): added tests * refactor(html export): style improvements * refactor(html exporter): improved style * refactor(html exporter): improved style * refactor(html export): parallelized promises * feat(html export): source file licenses added to output * test(html exporter): added tests and fixed errors * feat(html export): added unreferenced resources to export * test(html exporter): moved test to integration * test(html exporter): correct test imports * test(postcss plugin): added test for callback * refactor(html exporter): improved structure and documentation * test(html exporter): activated all tests again * ci(integration tests): added browsers to integration tests * refactor(html export): fixed exports and imports * test(html exporter): fixed improt * refactor(html export): moved dependencies * feat(html export): added option to keep content resources as files
- Loading branch information
Showing
16 changed files
with
1,395 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.