Miel Truyen miel.truyen
  • Joined on 2019-01-22
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-20 21:39:18 +00:00
48dcdefee1 0.0.5: fix, try to resolve sensible entrynames even if files were imported with an absolute path
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-20 21:17:06 +00:00
ba09aaf915 0.0.4: increment version number for fix: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...)
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-20 21:15:04 +00:00
9bf026f0c3 0.0.3: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...)
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-20 19:58:10 +00:00
a784abc1b0 Build-fix: update snapshotting code to generate a predictable (A-Z) ordering of the snapshotted files
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-20 19:05:43 +00:00
52c104f781 0.0.3: Fixed a bug that showed up in watch mode
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-02 14:16:42 +00:00
b18ac5c361 0.0.2: Package increment
miel.truyen pushed to main at rollup-apps/plugin-html 2023-05-02 13:47:40 +00:00
ba07649981 0.0.2: Updated docs to reflect current state
9768b3efe5 Supporting multri entry
4006f3954e Refactoring to support inlined scripts
Compare 3 commits »
miel.truyen pushed to develop at rollup-apps/plugin-html 2023-05-02 03:05:45 +00:00
9768b3efe5 Supporting multri entry
miel.truyen pushed to develop at rollup-apps/plugin-html 2023-05-02 01:46:51 +00:00
4006f3954e Refactoring to support inlined scripts
miel.truyen created branch develop in rollup-apps/plugin-html 2023-05-02 01:46:51 +00:00
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-30 11:35:05 +00:00
e3a022d420 Fix testing in CI pipeline
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-30 11:31:26 +00:00
5ae59102b5 First private release. Check updated README.md for details
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...
240d5cfe9a WIP: transforming through handlebars, parsing the html and resolving the imports
da9dc3bdc1 Simple handlebars test added (old usage)
Compare 4 commits »
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-19 05:57:10 +00:00
7e45443d19 CI: add explicit build step and test
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-18 22:57:14 +00:00
6d8f0eb256 Drone CI (attempted fix #3, secret usage)
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-18 21:03:18 +00:00
fdc0a6d866 Drone CI (attempted fix #2, secret usage)
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-18 20:56:15 +00:00
87ae0cfe67 Drone CI (attempted fix)
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-17 23:03:43 +00:00
18f03b8773 Drone CI
miel.truyen transferred repository miel.truyen/plugin-html to rollup-apps/plugin-html 2023-04-17 22:52:31 +00:00
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-17 22:45:17 +00:00
7e259d88b9 Drone CI
miel.truyen pushed to main at rollup-apps/plugin-html 2023-04-17 19:52:57 +00:00
581e66c022 Fix dependencies for some of the scripts, and removed some we're not likely to use for now