11 Commits

Author SHA1 Message Date
980d33c48e chore: documentation 2023-11-25 20:23:13 +01:00
6e50208557 feat: support rewriting urls
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-13 02:02:41 +02:00
48dcdefee1 0.0.5: fix, try to resolve sensible entrynames even if files were imported with an absolute path
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 23:39:14 +02:00
9bf026f0c3 0.0.3: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...)
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-20 23:14:59 +02:00
52c104f781 0.0.3: Fixed a bug that showed up in watch mode
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-20 21:05:37 +02:00
9768b3efe5 Supporting multri entry 2023-05-02 05:05:42 +02:00
4006f3954e Refactoring to support inlined scripts 2023-05-02 03:46:47 +02:00
5ae59102b5 First private release. Check updated README.md for details
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-30 13:29:47 +02:00
831e607591 WIP: Basic working version. Will import .html files and resolve its dependencies. But it will generate invalid html when sourcemaps are enabled, assets like <link..> do not yet work... 2023-04-27 21:49:13 +02:00
240d5cfe9a WIP: transforming through handlebars, parsing the html and resolving the imports 2023-04-27 15:18:14 +02:00
2dc701c5b7 Converted @rollup/html to a standalone package (out of the original monorepo) and made it ESM-native 2023-04-17 21:04:05 +02:00