EGOIST
EGOIST
Oops, I actually forgot to add VuePress.. If you're using VuePress, just ππ» this comment.
Can you make a pull request? π
Maybe we can just make it support custom template engine? For your use case you can just pass that config as html-webpack-plugin's options: ```js new HtmlWebpackPlugin({ config }) ```
I mean this plugin is totally unnecessary, you can directly access the options of html-webpack-plugin instance in your template: ```js // webpack config new HtmlWebpackPlugin({ config, template: './some/index.template.html' }) ```...
You should make your project have a good coding style, well tested, and most importantly, **solve problems**, IMO.
yeah it's not customizable yet, it's hard coded here: https://github.com/egoist/kanpai/blob/77efee5b5ea38f2a9862c5401195a45b1e57283a/src/prepare.ts#L141 also this tool is not optimized for monorepo yet, so I don't think it will work well
So, did you finally choose jQuery ? lol
why not just store them on github or gitlab?
what do you need to test in post hook?
Seems you're manipulating files in post hook, but in `mockPrompt` the `files` is stored in memory, so that wouldn't work π https://github.com/lassjs/lass/blob/872a50a3020c5c6092a2d9bdc9ed99ce3efb88ae/sao.js#L129-L140 I'm actually thinking about adding an option to...