-
$ cd your/hexo/directory
$ git clone https://github.com/HyunSeob/hexo-theme-overdose.git themes/overdose
$ npm install --save hexo-renderer-jade
$ cp _config.yml.example _config.yml
$ hexo server…
-
@christianhg I can not write sharp attribute.
`e.g. #staticModal="bs-modal" `
How I understand this loader does not support sharp attributes for pug. Does workaround exist for this case?
-
After update to the [2.9.1](https://www.npmjs.com/package/vue-virtual-draglist/v/2.9.1) version it's throwing this error in the console.
This is not happening with the [2.9.0](https://www.npmjs…
-
Sorry for removing the issue template.
We want to provide official support for `posthtml` in webpack. If you have any questions do not hesitate to ask them. Recently we have given official support …
-
Hi @fkolar,
we recently discussed how to use a builder to run OSS compilation.
Maybe we can do it simpler with a custom webpack configuration.
I have seen this in a project that allows the use…
-
Hi! I just install the npm and got following npm warnings:
npm WARN deprecated jade@1.9.2: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated tr…
-
Error:
```
mixin img(src,alt)
\- if (typeof(src) === 'undefined') src ='../../assets/images/transparent.png'
img(alt=alt, src=require(src))&attributes(attributes)
==> Cannot find module '…
-
to reproduce error:
npx svelte-add Leftium/pug-adder
Need to install the following packages:
svelte-add
Ok to proceed? (y) y
➕ Svelte Add (Version 2022.02.03.05)
node:internal/errors:464
…
-
Hello,
I have issue with injectingCss using browser-sync with generateHtmlPlugins. I've read other issues and I suppose that full page is refreshed because every time when I save sass file HTML files…
-
I am using pug loader with html webpack plugin to do my build. But Sass plugin not compiling the files on save when run webpack-dev-server.