-
# 🐛 bug report
When using PostHTML Modules for templating, modifying a partial html file doesn't trigger HMR as it should.
## 🎛 Configuration (.babelrc, package.json, cli command)
My .pos…
-
@bashaus Hi, I am a posthtml package maintainer, I found your package because you have a posthtml package in dependencies. I think it will be easier for people to find your package if you add it to th…
Scrum updated
5 years ago
-
`gulp-posthtml` runs with no errors but generates malformed HTML only in Ubuntu
### `Details`
I use `gulp-posthtml` in my Polymer project to strip the CSS from a component and apply autoprefix…
-
Oh interesting. I was bashing my head against a wall for several hours trying to figure out why it wasn't working. I think it'd be worth including examples of nested layouts and a warning about the st…
Scrum updated
2 years ago
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@11ty/eleventy@2.0.1` for the project I'm working on.…
-
The biggest disadvantage of this plugin is that it can't support multiple "content" directives.
Posthtml-modules is just another kind of include that can pass a "content" while including, it's som…
-
Would you have any guidance on how to use xm within gulp? My first instinct would be to use the [gulp-posthtml plugin](https://www.npmjs.com/package/gulp-posthtml) and somehow inject xm that gulp stre…
-
@ratson Hi, I am a posthtml package maintainer, I found your package because you have a posthtml package in dependencies. I think it will be easier for people to find your package if you add it to the…
Scrum updated
5 years ago
-
Currently, the svelte transform is just working with plain text, we need tools to work with the actual AST like posthtml, jscodeshift and postcss.
Will be glad to create a PR for the same
-
This would allow using the same whitelist as used with [uncss](https://github.com/uncss/uncss). Would also be good if we could add `ignore` as an alias of `whitelist` in options.
Example usage:
…