-
Expample:
```js
// posthtml_module start
var postHTML = function(plugins) { this.plugins = plugins; };
postHTML.prototype.parser = function(html) { return 'OLD' + html; }; // CHANGE
postHTML.pr…
-
Hi,
I suppose there is a bug when using glob in `gulp.src()` to match multiple html files.
I've got 75 html files, and some CSS classes are the same, but there are unique CSS classes in every html fi…
-
RT.
### `Details`
I am contributing to one of the posthtml's plugin htmlnano, and I have found https://github.com/posthtml/htmlnano/issues/6.
In that feature request, htmlnano needs to implem…
-
```
dist/
index.html
index.json
```
Js enabled pages could override links to fetch json with ajax and apply bemhtml on client side.
Guria updated
8 years ago
-
After a bit of testing, I'm starting to realise that this plugin doesn't really work very effectively. The reason behind this seems to be that the flow is as follows:
- posthtml parser parses HTML …
-
@Scrum what do you think about adding support for `posthtml-expressions` inside attribute values?
So we could then do:
```html
```
... or:
```html
```
I know you can just use `pos…
-
@renyamizuno 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 t…
Scrum updated
4 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.…
-
I tried all config vatiations and nothing is worked for me
```json
{
"plugins": {
"posthtml-inline-assets": true
}
}
```
```
"posthtml-inline-assets": {
"root": "./src"
}
```
…
Grawl updated
3 years ago
-
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…