-
This works:
```html
```
```javascript
// gulpfile.js
gulp.task('compile', () => {
gulp.src(['./index.css'])
.pipe(md5(10, './build/index.html'))
.pipe(gulp.dest('./build'));
…
-
Hi,
**Do you want to request a *feature* or report a *bug*?**
Can this plugin work with timber and WordPress
**What is the current behavior?**
I would like to know if it is possible to cre…
-
> This was discussed on a [recent live stream (24:36)](https://youtu.be/kx-JxYSWlEc?t=1476).
I see a significant delay from when the HTML is sent to the client, and when the CSS arrives (when artif…
BigAB updated
6 years ago
-
### 1. Summary
It would be nice, if PurgeCSS automatically generated a list of HTML for `content` key, based on `files` settings.
### 2. Example of desired behavior
Example of desired `purgecss.cof…
-
hi, everyone,
when i tried to use a customed stylesheet for **chinese**,i set embeddedFonts as **simsun.ttc**, and run the comman `make pdf`,i got this **problem**:
```
[WARNING] languages.py:41…
-
# Bug report
## Describe the bug
Function `getCssText` accumulates all styles what it even seen on the project.
It happens when using stitches framework on projects with SSR (with dynamic pag…
-
### Description
I downloaded the IDE for Ubuntu on my machine to try the Ubuntu Beta, but it segfaults during boot. This is the log;
```text
$ /opt/GameMaker-Beta/GameMaker
No LSB modules are av…
-
## Description
CSS selectors like the following are not getting included in the generated critical css file: `:where()`, `:has()`, `:not()`, `:host()`, `:root()` and possibly others.
## Reproduc…
-
Anyone had issues specifically with the Video JS player? (https://videojs.com/)
For some reason, I can't get my critical CSS to generate correctly with Video JS. Everytime I do a build it processes…
-
The following output is produced when running jfrog-cli.
The npm client itself even when configured to work with Artifactory does not produce a similar output.
```
jfrog rt npmi npm
[Info] Running…