Daniel Ruf
Daniel Ruf
See https://repl.it/@DanielRuf/QuickJuniorListener for a solution using `jsdom`. Relevant: https://github.com/jsdom/jsdom/issues/798#issuecomment-434066640 https://github.com/jsdom/jsdom/issues/1839#issuecomment-299461722
> But what about Inline _CSS and minify HTML_ in line 97 and line 130 ? Not sure why you ask in this issue. These are optional and you can...
This is a bug in https://github.com/jonkemp/inline-css See https://github.com/jonkemp/inline-css/issues/29 The latest version of html-minifier and html-minifier-terser directly use clean-css. We will use this then.
What is the current status of this?
> Replace `git+https://github.com/gulpjs/gulp.git#4.0` with `git+https://github.com/gulpjs/gulp#v4.0.0` This is not the right solution. Please use `"gulp": "^4.0.0"`
Tags are not the right solution as these could be removed at any time.
@JHunnicutt This is a permission issue with your npm setup and the npm cache and not related to this. Please check the owner of `/Users/admin/.npm/_cacache/`.
> Checks failing due to repo owner name change. Could you restart the build of this PR? cc @garyanikin I will rebase your PR so the CI changes are reflected.
It seems there are several conflicts. Please check and resolve them.
> multiplied by the $global-font-size variable I currently do not understand what the bug here is.